Remove support for py34 for cue

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: I12a0fa249aaf1fc4da3505a4a1328c1af7ec5a61
This commit is contained in:
gengchc2 2017-02-08 11:30:21 +08:00
parent 4978f34055
commit 9e3e7d6b6a
1 changed files with 1 additions and 1 deletions

View File

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