Remove Python 2 from tox and travis tests

This commit is contained in:
2020-02-16 09:33:24 +02:00
parent a74a0267c2
commit bfdc9aae28
2 changed files with 1 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
[tox]
envlist = py27,py35,py37
envlist = py35,py37
[testenv]
deps =
flake8