From e6370df66ee5b2823269cc466d9f054ab03f293b Mon Sep 17 00:00:00 2001
From: Bruce Flynn <brucef@ssec.wisc.edu>
Date: Thu, 1 Aug 2019 20:48:30 -0500
Subject: [PATCH] use iweb1.sips

---
 tests/run.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/run.sh b/tests/run.sh
index 161f70e..b55abc1 100755
--- a/tests/run.sh
+++ b/tests/run.sh
@@ -3,6 +3,6 @@ set -e
 
 export PYTHONDONTWRITEBYTECODE=1
 find tests -name __pycache__ | xargs rm -rf
-pip install -i https://sips.ssec.wisc.edu/eggs ".[testing]"
+pip install -i https://iweb1.sips/eggs --trusted-host=iweb1.sips ".[testing]"
 trap '{ rm -rf .pytest_cache; }' EXIT
-py.test -xv tests 
+py.test -xv tests
-- 
GitLab