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: I7ffa3e3886300407a9b0f4f3cf35b95ec5096e05
This commit is contained in:
Sharat Sharma 2017-02-08 00:57:13 +05:30
parent 3585240cdd
commit fdecd04f4b
1 changed files with 1 additions and 1 deletions

View File

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