Activate env before installs

This commit is contained in:
Raul Ochoa
2016-06-17 02:36:13 +02:00
parent c85f4e0742
commit 3cb59a51f5

View File

@@ -25,11 +25,11 @@ before_install:
- export PATH=`pwd`/miniconda/bin:$PATH
- conda update --yes conda
- conda create --yes -n condaenv python=$TRAVIS_PYTHON_VERSION
- source activate condaenv
- conda install --yes -n condaenv pip nose
- conda install --yes -n condaenv numpy=1.11.0 scipy=0.17.1 pysal=1.11.1 scikit-learn=0.17.1
install:
- source activate condaenv
- travis_wait 30 sudo make install
script: make test