Skip to content

Commit

Permalink
Travis: explicitly install NumPy==1.14
Browse files Browse the repository at this point in the history
Python 3.4 builds were breaking because 1.11 because Conda was
installing NumPy 1.11.
  • Loading branch information
rlmv committed Mar 8, 2018
1 parent 6b59061 commit 32bb758
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 @@ -28,7 +28,7 @@ before_install:

# Install packages
install:
- conda create --yes --name=$TRAVIS_PYTHON_VERSION python=$TRAVIS_PYTHON_VERSION numpy scipy
- conda create --yes --name=$TRAVIS_PYTHON_VERSION python=$TRAVIS_PYTHON_VERSION numpy=1.14 scipy
- source activate $TRAVIS_PYTHON_VERSION
- pip install -r requirements.txt
- pip install coveralls
Expand Down

0 comments on commit 32bb758

Please sign in to comment.