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]
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