Skip to content

Commit

Permalink
install scipy first in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
nicodv committed Feb 27, 2016
1 parent ac7b366 commit 9126440
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 @@ -20,7 +20,7 @@ addons:
# Install dependencies
install:
- pip install --upgrade pip
- pip install scipy
- travis_wait pip install scipy
- travis_wait python setup.py install
- pip install coveralls

Expand Down

0 comments on commit 9126440

Please sign in to comment.