Remove Python3.5 from tox.ini as it is not supported anymore

This commit is contained in:
Guinness 2020-10-18 11:01:03 +02:00
parent a48d6d279f
commit a5078d2d34
No known key found for this signature in database
GPG Key ID: 452A734DA611FA7C
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# fakeroot -u tox --recreate
[tox]
envlist = py{35,36,37,38,39},flake8
envlist = py{36,37,38,39},flake8
[testenv]
deps =