Skip to content
Snippets Groups Projects
Commit e6370df6 authored by Bruce Flynn's avatar Bruce Flynn
Browse files

use iweb1.sips

parent 18891955
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment