Make all of the pip installs quiet to try and fit in 10000 lines

This commit is contained in:
Steven Silvester
2015-07-14 21:26:06 -05:00
parent 7124716d24
commit 90da42fcde
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ fi
if [[ $PY =~ 3\.[24] ]]; then
echo "SimpleITK unavailable on $PY"
else
retry pip install -q SimpleITK $WHEELHOUSE
retry pip install -q SimpleITK $WHEELHOUSE
fi
retry pip install -q astropy $WHEELHOUSE