Skip to content

Commit

Permalink
Merge pull request release-engineering#288 from rohanpm/fix-tox4
Browse files Browse the repository at this point in the history
Fix compatibility with tox 4
  • Loading branch information
rohanpm committed Dec 13, 2022
2 parents 94db3fe + b095e46 commit 5de8efd
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions tox.ini
Expand Up @@ -6,7 +6,7 @@ deps=
-rtest-requirements.txt
commands=
pytest -vv {posargs:./}
whitelist_externals=sh
allowlist_externals=sh

[testenv:py27]
deps=
Expand All @@ -29,13 +29,6 @@ usedevelop=true
commands=
pytest --cov-report=html --cov-report=xml --cov=src --cov-fail-under=100 {posargs}

[testenv:cov-travis]
passenv = TRAVIS TRAVIS_*
usedevelop=true
commands=
pytest --cov=src {posargs}
coveralls

[testenv:docs]
use_develop=true
commands=
Expand Down

0 comments on commit 5de8efd

Please sign in to comment.