Skip to content

Commit

Permalink
#55 get Travis working with success 2
Browse files Browse the repository at this point in the history
  • Loading branch information
justb4 committed Oct 31, 2017
1 parent a4af758 commit 53efbac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ before_install:
- sudo apt-get install -qq libgeos-dev libgdal-dev gdal-bin python-gdal

install:
# follow GDAL installed version for Python bindings
- pip install GDAL==`gdalinfo --version | cut -d' ' -f2 | cut -d',' -f1`
- pip install -r requirements-main.txt
- pip install -r requirements-dev.txt
- python setup.py install
Expand Down

0 comments on commit 53efbac

Please sign in to comment.