diff --git a/tox.ini b/tox.ini index 2392345..69cd684 100644 --- a/tox.ini +++ b/tox.ini @@ -1,11 +1,8 @@ [tox] -envlist = py36,py37 +envlist = py36,py37,py38,py39,py310,py311 skipsdist = true [testenv] -deps = pipenv==2018.11.14 -passenv = HOME -commands = - pipenv sync -d - pipenv run pytest +deps = .[test] +commands = python setup.py test