Skip to content

Commit 750d922

Browse files
committed
test on 3.10 and 3.11. Also fix command
Signed-off-by: Sylvain Hellegouarch <sh@defuze.org>
1 parent 0c411c2 commit 750d922

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
# and then run "tox" from this directory.
55

66
[tox]
7-
envlist = py27,py36,py37,py38,py39
7+
envlist = py27,py36,py37,py38,py39,py310,py311
88

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

0 commit comments

Comments
 (0)