Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Commit 6681e10

Browse files
authored
[FIX] correct setuptools version for travis ci
1 parent bd10016 commit 6681e10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ matrix:
3131

3232
install:
3333
- pip install tox-travis
34-
- pip install setuptools==20.6.6
34+
- pip install setuptools==30.0.0
3535
- pip install coveralls
3636
- mkdir -p "influxdb_install/${INFLUXDB_VER}"
3737
- if [ -n "${INFLUXDB_VER}" ] ; then wget "https://dl.influxdata.com/influxdb/releases/influxdb_${INFLUXDB_VER}_amd64.deb" ; fi

0 commit comments

Comments
 (0)