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: I2bfedb9a7cc48413dee35d519c52cc2fd3bd3f13
This commit is contained in:
rajat29 2017-03-28 15:11:40 +05:30
parent 13ee2ca9aa
commit 9b66085037

View File

@ -1,5 +1,5 @@
[tox]
envlist = pep8,py35,py34,py27,pip-check-reqs
envlist = pep8,py35,py27,pip-check-reqs
minversion = 2.3.1
skipsdist = True