Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wbierbower committed Apr 27, 2015
1 parent d6818cb commit f77ccde
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,13 @@ python:
- "2.7"

before_install:
- sudo apt-get install -y cy
- sudo apt-get install -y python-gdal
- sudo apt-get install -y libgdal-dev
- sudo apt-get install -y python-numpy
- sudo apt-get install -y python-shapely

# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install: pip install wheel setuptools affine pygeoprocessing pyproj pillow nose --use-mirrors
install: pip install wheel setuptools cython affine pygeoprocessing pyproj pillow nose --use-mirrors

# command to run tests, e.g. python setup.py test
script: python setup.py test
Expand Down

0 comments on commit f77ccde

Please sign in to comment.