Skip to content

Commit

Permalink
Upgrade setuptools during the CI run
Browse files Browse the repository at this point in the history
  • Loading branch information
Filip Todic committed Jul 15, 2018
1 parent 1f5cf92 commit 01cab3a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ python:
- "3.6"
- "3.7"
before_install:
- "pip install -U pip wheel coveralls"
- "pip install setuptools==36.0.1"
- "pip install -U pip wheel coveralls setuptools"
- . ./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 01cab3a

Please sign in to comment.