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 f77ccde commit 2d9c196
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ before_install:
- 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 cython 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 2d9c196

Please sign in to comment.