Skip to content

Commit

Permalink
Pin tox to <4 because of incompatibility
Browse files Browse the repository at this point in the history
see #159 of tox-travis: tox-dev/tox-travis#159
  • Loading branch information
i-trofimtschuk committed Dec 20, 2022
1 parent b4bde4f commit 9dcd0e3
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:
- "3.10"
- "3.11"
install:
- pip install tox-travis
- pip install tox-travis 'tox<4' # incompatible with tox>=4
- pip install coveralls
script:
- tox
Expand Down

0 comments on commit 9dcd0e3

Please sign in to comment.