8000 try fix tox · prometheus/client_python@900e975 · GitHub
[go: up one dir, main page]

Skip to content

Commit 900e975

Browse files
committed
try fix tox
Signed-off-by: Alexander Shadchin <shadchin@yandex-team.com>
1 parent 5a845e0 commit 900e975

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tox.ini

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
[tox]
2-
envlist = coverage-clean,py{3.9,3.10,3.11,3.12,py3.9,3.9-nooptionals},coverage-report,flake8,isort,mypy
2+
envlist = coverage-clean,py{39,310,311,312,py39,39-nooptionals},coverage-report,flake8,isort,mypy
33

44
[testenv]
55
deps =
66
coverage
77
pytest
88
attrs
9-
py3.9,pypy3.9: twisted
10-
py3.9: asgiref
11-
pypy3.9: asgiref
9+
py39,pypy39: twisted
10+
py39: asgiref
11+
pypy39: asgiref
1212
commands = coverage run --parallel -m pytest {posargs}
1313

14-
[testenv:py3.9-nooptionals]
14+
[testenv:py39-nooptionals]
1515
commands = coverage run --parallel -m pytest {posargs}
1616

1717
[testenv:coverage-clean]

0 commit comments

Comments
 (0)
0