Skip to content

Commit

Permalink
UPDATE travis
Browse files Browse the repository at this point in the history
  • Loading branch information
KEggensperger committed Nov 16, 2015
1 parent dfe14ca commit 519e0e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ install:
- conda info -a

# Replace dep1 dep2 ... with your dependencies
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION numpy scipy==0.13.2 matplotlib setuptools nose
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION numpy scipy>=0.13.2 matplotlib setuptools nose
- source activate test-environment
- python setup.py install

Expand Down

0 comments on commit 519e0e7

Please sign in to comment.