Skip to content

Commit

Permalink
ci: pin to tox 3
Browse files Browse the repository at this point in the history
Until tox-dev/tox-travis#159 is fixed, pin to
tox 3 so we can continue to use tox-travis.
  • Loading branch information
apotterri committed Dec 9, 2022
1 parent 7383c18 commit ff24e26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ 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==65.6.2
install: pip install tox-travis
before_install: pip install --upgrade pip setuptools
install: pip install --upgrade "tox < 4" tox-travis
script: tox

cache:
Expand Down

0 comments on commit ff24e26

Please sign in to comment.