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 dc436d6 commit a5ae6cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ before_install:
- 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
- sudo pip install pyproj pillow
- sudo pip install pygeoprocessing --no-deps

# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install: python setup.py install
Expand Down

0 comments on commit a5ae6cf

Please sign in to comment.