Drop unsupported Python 3.5 from test matrix

This commit is contained in:
Justin Mayer 2021-01-15 13:19:19 +01:00
commit 8bb5f1b786
3 changed files with 1 additions and 5 deletions

View file

@ -1,9 +1,8 @@
[tox]
envlist = py{3.5,3.6,3.7,3.8,3.9},docs,flake8
envlist = py{3.6,3.7,3.8,3.9},docs,flake8
[testenv]
basepython =
py3.5: python3.5
py3.6: python3.6
py3.7: python3.7
py3.8: python3.8