tox.ini: remove py3.4 from envlist

We removed py3.4 support back in July, but I forgot to remote it from the tox
config too.
This commit is contained in:
Brian Warner 2019-08-09 10:41:31 -07:00
parent c068bfdfdd
commit d0c27552cf

View File

@ -4,8 +4,8 @@
# and then run "tox" from this directory.
[tox]
# useful envs: py27-nodilate, py34-nodilate, py35, py36, py37, pypy, flake8
envlist = {py27-nodilate,py34-nodilate,py35,py36,py37}
# useful envs: py27-nodilate, py35, py36, py37, pypy, flake8
envlist = {py27-nodilate,py35,py36,py37}
skip_missing_interpreters = True
minversion = 2.4.0