vici: Update supported Python versions

This commit is contained in:
Tobias Brunner
2021-09-09 12:30:17 +02:00
parent fbd4930323
commit a415761a8e
2 changed files with 5 additions and 8 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
[tox]
envlist = py27, py35, py36, py37, py38
envlist = py27, py36, py37, py38, py39
[testenv]
deps =
@@ -7,7 +7,7 @@ deps =
pytest-pycodestyle
commands = pytest --pycodestyle
[testenv:py{27,35}]
[testenv:py{27}]
deps = pytest
commands = pytest