updated tox.ini

This commit is contained in:
Gourav Kumar 2022-06-25 13:20:55 +05:30
parent 3bc7e7b496
commit 469c421639

View File

@ -1,6 +1,10 @@
[tox]
envlist = py39
minversion = 3.8.0
envlist = py38,py39,py310
[testenv]
deps = pytest
commands = pytest
commands = pytest
[flake8]
max-line-length=125