We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3988ad commit 35ebed0Copy full SHA for 35ebed0
.travis.yml
@@ -10,7 +10,7 @@ python:
10
# https://github.com/travis-ci/travis-ci/issues/1147#issuecomment-441393807
11
if: type != push OR branch = master OR branch =~ /^v\d+\.\d+(\.\d+)?(-\S*)?$/
12
13
-before_install: pip install --upgrade pip setuptools
+before_install: pip install --upgrade pip setuptools==65.6.2
14
install: pip install tox-travis
15
script: tox
16
0 commit comments