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: Iabbbc57f359e0c47d87bbc9c90e62451389a96d7
This commit is contained in:
Van Hung Pham 2017-06-12 16:26:48 +07:00
parent 75775e771d
commit 7253a0254d
2 changed files with 1 additions and 2 deletions

View File

@ -39,7 +39,6 @@ via the commands:
.. sourcecode:: console
tox -e py27
tox -e py34
tox -e py35
..

View File

@ -1,5 +1,5 @@
[tox]
envlist = py35,py34,py27,pep8
envlist = py35,py27,pep8
minversion = 2.0
skipsdist = True