Skip to content

Commit

Permalink
test on 3.10 and 3.11. Also fix command
Browse files Browse the repository at this point in the history
Signed-off-by: Sylvain Hellegouarch <[email protected]>
  • Loading branch information
Lawouach committed Dec 19, 2024
1 parent 0c411c2 commit 750d922
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
Expand Up @@ -4,10 +4,10 @@
# and then run "tox" from this directory.

[tox]
envlist = py27,py36,py37,py38,py39
envlist = py27,py36,py37,py38,py39,py310,py311

[testenv]
commands = python setup.py test
commands = pytest
deps =
py27: -r requirements/py2kreqs.txt
{py36,py37,py38,py39}: -r requirements/py3kreqs.txt
{py36,py37,py38,py39,py310,py311}: -r requirements/py3kreqs.txt

0 comments on commit 750d922

Please sign in to comment.