Python 3.4 (py34) is removed from tox envlist

Python 3.4 is not a supported python version. So removing it from tox
envlist

Change-Id: If4adb371dc5af023399f806ac6678f114a3f6a2f
Related-Bug:1667312
This commit is contained in:
Annie Lezil
2017-03-03 18:33:24 +00:00
parent 8e1226e732
commit a07c855498

View File

@@ -1,7 +1,7 @@
[tox]
minversion = 1.6
skipsdist = True
envlist = py35,py34,py27,func,pep8
envlist = py35,py27,func,pep8
[testenv]
usedevelop = True