Skip to content

Commit

Permalink
Ensure that the desired numpy version is being used
Browse files Browse the repository at this point in the history
  • Loading branch information
mwcraig committed Mar 19, 2014
1 parent 5242321 commit 0fbbdcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -11,7 +11,7 @@ before_install:
# grabbed this from astropy--to get scipy working, I think...
- sudo apt-get update
install:
- pip install --use-wheel --find-links=$WHEELHOUSE numpy scipy astropy
- pip install --use-wheel --find-links=$WHEELHOUSE --upgrade --force-reinstall numpy==$NUMPY_VERSION scipy astropy
- pip install coverage
- pip install coveralls
# need to install scripts because one test ends up invoking a subprocess
Expand Down

0 comments on commit 0fbbdcb

Please sign in to comment.