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 595d2d4 commit afce165
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[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{3.9.18,3.10,3.11,3.12,py3.9,3.9-nooptionals},coverage-report,flake8,isort,mypy

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

Expand Down

0 comments on commit afce165

Please sign in to comment.