Removing py34 from tox

Now gate job for Python 3.5 exists and not 3.4,
we should remove those references to the 3.4 that is untested

Change-Id: I7a32977ac01e1d2fc49cea750f37588debf17093
This commit is contained in:
M V P Nitesh 2017-03-31 12:34:45 +05:30
parent 824db94f5e
commit 61d3ef9ab2
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[tox]
minversion = 2.0
envlist = py27,py34,pep8
envlist = py35,py27,pep8
skipsdist = True
[testenv]