Skip to content

Commit

Permalink
install scipy first
Browse files Browse the repository at this point in the history
  • Loading branch information
Scisco committed Sep 22, 2015
1 parent 97b011e commit 965e6fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ before_install:
- pip install wheel

install:
- "pip wheel scipy"
- "pip install scipy"
- "pip wheel -r requirements/dev.txt"
- "pip install -r requirements/dev.txt"

Expand Down

0 comments on commit 965e6fa

Please sign in to comment.