Skip to content

Commit

Permalink
Merge 95d2e20 into cbf604a
Browse files Browse the repository at this point in the history
  • Loading branch information
kjordahl committed Aug 7, 2014
2 parents cbf604a + 95d2e20 commit 9b222ca
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,17 @@ env:
- PANDAS_VERSION=v0.14.1
- PANDAS_VERSION=master

matrix:
exclude:
- python: 2.6
env: PANDAS_VERSION=master
- python: 3.2
env: PANDAS_VERSION=master

before_install:
- sudo add-apt-repository -y ppa:ubuntugis/ppa
- sudo apt-get update
- sudo apt-get install gdal-bin libgdal-dev libspatialindex-dev libspatialindex1
- sudo apt-get install libgdal1h gdal-bin libgdal-dev libspatialindex-dev libspatialindex1
# - sudo -u postgres psql -c "drop database if exists test_geopandas"
# - sudo -u postgres psql -c "create database test_geopandas"
# - sudo -u postgres psql -c "create extension postgis" -d test_geopandas
Expand Down
2 changes: 1 addition & 1 deletion requirements.test.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
psycopg2>=2.5.1
SQLAlchemy>=0.8.3
geopy>=0.99
geopy==0.99
matplotlib>=1.2.1
descartes>=1.0
pytest-cov
Expand Down

0 comments on commit 9b222ca

Please sign in to comment.