vici: Remove support for Python 2

Python 2 is dead and unmaintained for a while now. Time to stop carrying
on its support.
This commit is contained in:
Martin Willi
2022-12-12 14:38:09 +01:00
committed by Tobias Brunner
parent a2b1e06f07
commit 11b18f65b1
5 changed files with 2 additions and 23 deletions
+1 -5
View File
@@ -1,5 +1,5 @@
[tox]
envlist = py27, py36, py37, py38, py39
envlist = py36, py37, py38, py39
[testenv]
deps =
@@ -7,10 +7,6 @@ deps =
pytest-pycodestyle
commands = pytest --pycodestyle
[testenv:py{27}]
deps = pytest
commands = pytest
[pycodestyle]
max-line-length = 80
show-source = True