diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ [tox] -envlist = py34,py35,py36,py37,py38,py39,flake8 +envlist = py35,py36,py37,py38,py39,flake8 [testenv] commands = python -m unittest --buffer {posargs} |