Add newer python versions to tox.ini

This commit is contained in:
Junpei Kawamoto 2023-01-02 23:31:51 -06:00
parent 9225072cc8
commit e6e1e1519f

View File

@ -1,11 +1,8 @@
[tox] [tox]
envlist = py36,py37 envlist = py36,py37,py38,py39,py310,py311
skipsdist = true skipsdist = true
[testenv] [testenv]
deps = pipenv==2018.11.14 deps = .[test]
passenv = HOME commands = python setup.py test
commands =
pipenv sync -d
pipenv run pytest