drop python2 in tox

This commit is contained in:
meejah 2021-04-14 15:27:37 -06:00
parent de8e0f0399
commit 94032836b7

View File

@ -4,7 +4,7 @@
# and then run "tox" from this directory.
[tox]
envlist = {py27,py35,py36,py37,pypy}
envlist = {py35,py36,py37,pypy}
skip_missing_interpreters = True
minversion = 2.4.0