Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
Merge branch 'master' of https://github.com/wbierbower/fauxgeo
  • Loading branch information
wbierbower committed Apr 27, 2015
2 parents bde8aaf + 2d9c196 commit dc436d6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ 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
- sudo pip install wheel setuptools cython nose
- sudo pip install pygeoprocessing pyproj pillow

# 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: python setup.py install

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

0 comments on commit dc436d6

Please sign in to comment.