Remove support for py34

The gating on python 3.4 is restricted to <= Mitaka. This is due
to the change from Ubuntu Trusty to Xenial, where only python3.5
is available. There is no need to continue to keep these settings.

Change-Id: Ie62882defdafa745b222da345f130c7e618cb0d5
This commit is contained in:
gengchc2 2017-02-08 16:01:02 +08:00
parent 0128ca8638
commit 33c780433d

View File

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