Skip to content

Commit

Permalink
#55 get Travis working with success 3 add GDAL includes
Browse files Browse the repository at this point in the history
  • Loading branch information
justb4 committed Oct 31, 2017
1 parent 53efbac commit 4033479
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
language: python
sudo: true

#env:
# global:
# - CPLUS_INCLUDE_PATH=/usr/include/gdal
# - C_INCLUDE_PATH=/usr/include/gdal
env:
global:
- CPLUS_INCLUDE_PATH=/usr/include/gdal
- C_INCLUDE_PATH=/usr/include/gdal

python:
- "2.7"
Expand Down

0 comments on commit 4033479

Please sign in to comment.