Skip to content

Commit

Permalink
ci: pin setuptools to 65.6.2
Browse files Browse the repository at this point in the history
setuptools 65.6.3 breaks tox. Pin to 65.6.2 until it gets fixed.
  • Loading branch information
apotterri committed Dec 3, 2022
1 parent 3bdd058 commit 9395007
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 @@ -10,7 +10,7 @@ python:
# https://github.com/travis-ci/travis-ci/issues/1147#issuecomment-441393807
if: type != push OR branch = master OR branch =~ /^v\d+\.\d+(\.\d+)?(-\S*)?$/

before_install: pip install --upgrade pip setuptools
before_install: pip install --upgrade pip setuptools==65.6.2
install: pip install tox-travis
script: tox

Expand Down

0 comments on commit 9395007

Please sign in to comment.