Skip to content

Commit

Permalink
Drops limitation on tox < 4 since bug was fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
colindean authored and tantale committed May 27, 2023
1 parent 2660239 commit 204eccd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ allow_failures:
- python: "3.12-dev"

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

0 comments on commit 204eccd

Please sign in to comment.