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: I50e5f97cfac1d2f602da43c3c7a78566d58491e2
Related-Bug:1667312
This commit is contained in:
Annie Lezil 2017-03-03 18:11:09 +00:00
parent b4a7333d56
commit 36ac6a388b
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = py35,py34,py27,pep8,func
envlist = py35,py27,pep8,func
[testenv]
usedevelop = True