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:
parent
c068bfdfdd
commit
d0c27552cf
4
tox.ini
4
tox.ini
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user