Skip to content

Commit

Permalink
Remove Python3.5 from tox.ini as it is not supported anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
Gu1nness committed Oct 18, 2020
1 parent a48d6d2 commit a5078d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit a5078d2

Please sign in to comment.