Remove py34 env 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 python 3.5 is
available. There's no need to continue to keep it.

Change-Id: Iad33f7e1781432e17104d165aba377b7a6a40b1c
This commit is contained in:
Zhenguo Niu 2017-02-09 11:08:03 +08:00
parent d641357ba1
commit e594bc52a9
1 changed files with 1 additions and 1 deletions

View File

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