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: Ia254a7b9e143cf8e5e9d39e3594b8d3a4ce507a4
This commit is contained in:
Zhenguo Niu 2017-02-09 11:12:56 +08:00
parent 73874c17ff
commit be7a60200b
2 changed files with 1 additions and 2 deletions

View File

@ -16,7 +16,6 @@ classifier =
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
[files]

View File

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