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 Jan 16, 2023
1 parent 29d806e commit b452239
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 b452239

Please sign in to comment.