Skip to content

Commit

Permalink
Limit tox to <4 on Travis because of outdatedness
Browse files Browse the repository at this point in the history
  • Loading branch information
colindean committed Dec 16, 2022
1 parent 0b84709 commit 5f83774
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ allow_failures:
- python: "3.12-dev"

install:
- pip install coveralls tox-travis importlib_metadata
# TODO: Remove tox limitation when https://github.com/tox-dev/tox-travis/pull/160
- pip install coveralls tox-travis importlib_metadata tox<4
script:
tox
after_success:
Expand Down

0 comments on commit 5f83774

Please sign in to comment.