Force numpy uninstall

This commit is contained in:
Steven Silvester
2014-10-09 21:17:50 -05:00
parent b51d95f3e2
commit 4c908d467b
+1 -1
View File
@@ -23,7 +23,7 @@ before_install:
- sudo apt-get update
- travis_retry pip install wheel flake8 coveralls nose
- travis_retry pip uninstall numpy
- travis_retry pip uninstall -y numpy
# on Python 2.7, use the system versions of numpy, scipy, and matplotlib
# and the minimum version of cython and networkx