Skip to content

Commit

Permalink
Update Travis to use conda env definition
Browse files Browse the repository at this point in the history
  • Loading branch information
jni committed Feb 10, 2016
1 parent da0ac29 commit f28170e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ install:
- conda update -q conda
- conda info -a

- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION numpy scipy matplotlib networkx cython h5py pillow scikit-image scikit-learn=0.16 setuptools pip pyzmq
- source activate test-environment
- conda env create
- source activate gala

# custom package not available from conda
- pip install viridis
Expand Down

0 comments on commit f28170e

Please sign in to comment.