Skip to content

Commit

Permalink
Temporarily remove the upgrade of setuptools
Browse files Browse the repository at this point in the history
It keeps breaking the CI job for the latest Python version (3.6)
  • Loading branch information
fitodic committed Aug 23, 2017
1 parent 31a3669 commit c0f468c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ python:
- "2.7"
- "3.6"
before_install:
- "pip install -U pip setuptools wheel coveralls"
- "pip install -U pip wheel coveralls"
- . ./scripts/travis_gdal_install.sh
- export PATH=$GDALINST/gdal-$GDALVERSION/bin:$PATH
- export LD_LIBRARY_PATH=$GDALINST/gdal-$GDALVERSION/lib:$LD_LIBRARY_PATH
Expand Down

0 comments on commit c0f468c

Please sign in to comment.