Skip to content

Commit

Permalink
try fix tox
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Shadchin <[email protected]>
  • Loading branch information
shadchin committed Dec 18, 2024
1 parent 5a845e0 commit 900e975
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[tox]
envlist = coverage-clean,py{3.9,3.10,3.11,3.12,py3.9,3.9-nooptionals},coverage-report,flake8,isort,mypy
envlist = coverage-clean,py{39,310,311,312,py39,39-nooptionals},coverage-report,flake8,isort,mypy

[testenv]
deps =
coverage
pytest
attrs
py3.9,pypy3.9: twisted
py3.9: asgiref
pypy3.9: asgiref
py39,pypy39: twisted
py39: asgiref
pypy39: asgiref
commands = coverage run --parallel -m pytest {posargs}

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

[testenv:coverage-clean]
Expand Down

0 comments on commit 900e975

Please sign in to comment.