Install nose from conda so travis doesn't use its virtualenv one

This commit is contained in:
Raul Ochoa
2016-06-17 01:01:04 +02:00
parent 78fadc14d0
commit 74b8ce2f98

View File

@@ -26,7 +26,8 @@ before_install:
- conda update --yes conda
install:
- conda install --yes python=$TRAVIS_PYTHON_VERSION pip numpy=1.11.0 scipy=0.17.1 pysal=1.11.1 scikit-learn=0.17.1
- conda install --yes python=$TRAVIS_PYTHON_VERSION pip nose
- conda install --yes numpy=1.11.0 scipy=0.17.1 pysal=1.11.1 scikit-learn=0.17.1
- sudo make install
script: make test