Skip to content

Commit

Permalink
Travis: fix NumPy 1.14 install
Browse files Browse the repository at this point in the history
  • Loading branch information
rlmv committed Mar 9, 2018
1 parent ff9c245 commit bb80ce5
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 @@ -21,7 +21,8 @@ python:
# Install packages
install:
- pip install --upgrade pip setuptools wheel
- pip install -r requirements.txt --only-binary=numpy,scipy numpy==1.14
- pip install --only-binary=numpy numpy==1.14
- pip install --only-binary=scipy -r requirements.txt
- pip install coveralls
- pip freeze

Expand Down

0 comments on commit bb80ce5

Please sign in to comment.