Skip to content

Commit

Permalink
Remove apt-get update
Browse files Browse the repository at this point in the history
We do not install anything with apt-get. Closes #158
  • Loading branch information
mwcraig committed Mar 19, 2014
1 parent 0fbbdcb commit 64ea57e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ env:
- NUMPY_VERSION=1.8.0
- WHEELHOUSE=http://physics.mnstate.edu/craig/wheelhouse/numpy-$NUMPY_VERSION

before_install:
# grabbed this from astropy--to get scipy working, I think...
- sudo apt-get update
install:
- pip install --use-wheel --find-links=$WHEELHOUSE --upgrade --force-reinstall numpy==$NUMPY_VERSION scipy astropy
- pip install coverage
Expand Down

0 comments on commit 64ea57e

Please sign in to comment.