Skip to content

Commit

Permalink
fixing travis
Browse files Browse the repository at this point in the history
  • Loading branch information
cokelaer committed Mar 8, 2017
1 parent a18a109 commit de3fea8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ before_install:

# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- conda install --yes python=$TRAVIS_PYTHON_VERSION numpy matplotlib nose coverage cython scipy
#- conda install --yes python=$TRAVIS_PYTHON_VERSION numpy matplotlib nose coverage cython scipy
- conda install --yes numpy matplotlib nose coverage cython scipy
- pip install coveralls
# # command to run tests, e.g. python setup.py test
script:
Expand Down

0 comments on commit de3fea8

Please sign in to comment.