Skip to content

Commit 6a7f036

Browse files
authored
Fix tox v4 (#674)
1 parent fc4bfd1 commit 6a7f036

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

tox.ini

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
[tox]
2+
minversion = 4.0.16
23
envlist=
34
lint
4-
py{36,37,38,39,310}
5+
py
56
doc
67
packaging
78

@@ -13,7 +14,13 @@ commands=
1314
{envpython} -m mypy testinfra test
1415
{envpython} -m pytest {posargs:-v -n 4 --cov testinfra --cov-report xml --cov-report term test}
1516
usedevelop=True
16-
passenv=HOME TRAVIS DOCKER_CERT_PATH DOCKER_HOST DOCKER_TLS_VERIFY WSL_DISTRO_NAME
17+
passenv=
18+
HOME
19+
TRAVIS
20+
DOCKER_CERT_PATH
21+
DOCKER_HOST
22+
DOCKER_TLS_VERIFY
23+
WSL_DISTRO_NAME
1724

1825
[testenv:lint]
1926
description = Performs linting tasks

0 commit comments

Comments
 (0)