diff --git a/tox.ini b/tox.ini index 66ac4ba..d448e57 100644 --- a/tox.ini +++ b/tox.ini @@ -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 \ No newline at end of file + {py36,py37,py38,py39,py310,py311}: -r requirements/py3kreqs.txt \ No newline at end of file