Skip to content

Commit 35ebed0

Browse files
committed
ci: pin setuptools to 65.6.2
setuptools 65.6.3 breaks tox. Pin to 65.6.2 until it gets fixed.
1 parent f3988ad commit 35ebed0

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
@@ -10,7 +10,7 @@ python:
1010
# https://github.com/travis-ci/travis-ci/issues/1147#issuecomment-441393807
1111
if: type != push OR branch = master OR branch =~ /^v\d+\.\d+(\.\d+)?(-\S*)?$/
1212

13-
before_install: pip install --upgrade pip setuptools
13+
before_install: pip install --upgrade pip setuptools==65.6.2
1414
install: pip install tox-travis
1515
script: tox
1616

0 commit comments

Comments
 (0)