Skip to content

Commit

Permalink
TST: Install first from wheels available from astropy project
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelsey Jordahl committed Jul 27, 2014
1 parent 5219026 commit 8331d62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -21,6 +21,7 @@ before_install:
# - sudo -u postgres psql -c "create extension postgis" -d test_geopandas

install:
- pip install --allow-external --allow-insecure --find-links http://wheels.astropy.org --use-wheel "Cython>=0.16" "matplotlib>=1.2.1"
- pip install -r requirements.txt --use-mirrors
- pip install -r requirements.test.txt --use-mirrors
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install -r .requirements-2.6.txt --use-mirrors; fi
Expand Down

0 comments on commit 8331d62

Please sign in to comment.