Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
travis is having problems with setuptools, try the latest
Browse files Browse the repository at this point in the history
  • Loading branch information
smnorris committed Jan 20, 2018
1 parent 05f31bf commit 5b7e665
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 @@ -30,7 +30,7 @@ python:
before_install:
- pip install -U pip
- pip install wheel coveralls>=1.1 --upgrade
- pip install setuptools==36.0.1
- pip install setuptools
- pip install wheel
- . ./scripts/travis_gdal_install.sh
- export PATH=$GDALINST/gdal-$GDALVERSION/bin:$PATH
Expand Down

0 comments on commit 5b7e665

Please sign in to comment.