Merge pull request #5429 from Gu1nness/#5426-tox-outdated

Remove Python3.5 from tox.ini as it is not supported anymore
This commit is contained in:
TW 2020-10-18 23:39:44 +02:00 committed by GitHub
commit d56c816cf2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 =