Skip to content

Commit 5de8efd

Browse files
authored
Merge pull request #288 from rohanpm/fix-tox4
Fix compatibility with tox 4
2 parents 94db3fe + b095e46 commit 5de8efd

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

tox.ini

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ deps=
66
-rtest-requirements.txt
77
commands=
88
pytest -vv {posargs:./}
9-
whitelist_externals=sh
9+
allowlist_externals=sh
1010

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

32-
[testenv:cov-travis]
33-
passenv = TRAVIS TRAVIS_*
34-
usedevelop=true
35-
commands=
36-
pytest --cov=src {posargs}
37-
coveralls
38-
3932
[testenv:docs]
4033
use_develop=true
4134
commands=

0 commit comments

Comments
 (0)