py36+: drop python3.5 in CI and setup.cfg

This commit is contained in:
Anthony Sottile
2020-10-02 12:03:23 -07:00
parent cb0a13a523
commit 179f4326df
5 changed files with 2 additions and 74 deletions

View File

@@ -5,7 +5,6 @@ distshare = {homedir}/.tox/distshare
# make sure to update environment list in travis.yml and appveyor.yml
envlist =
linting
py35
py36
py37
py38