Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wbierbower committed May 29, 2015
1 parent 7575464 commit c4cc07c
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,26 @@
language: python

python:
- "2.6"
- "2.7"

before_install:
- sudo apt-get update
- sudo apt-get install -y build-essential
- sudo easy_install pip

# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- sudo apt-get install -y python-setuptools
- sudo apt-get install -y python-dev
- sudo apt-get install -y python-numpy
- sudo apt-get install -y python-scipy
- sudo apt-get install -y python-gdal
- sudo apt-get install -y libgdal-dev
- sudo apt-get install -y python-gdal
- sudo apt-get install -y python-shapely
- sudo easy_install pip
- sudo pip install wheel cython nose
- sudo pip install pygeoprocessing
- sudo pip install pillow

# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install: echo 'nothing to do here'

# command to run tests, e.g. python setup.py test
script: nosetests tests/*

Expand Down

0 comments on commit c4cc07c

Please sign in to comment.