Remove a py34 environment from tox

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. So we can drop py34 environment from tox.

Change-Id: I5e4ed5b4e8e90266813c047d6502d2e7f9b7eb59
This commit is contained in:
Cao Xuan Hoang
2017-02-08 16:08:53 +07:00
parent 2b6ff862c1
commit eaf4622886

View File

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