Removed python 3.4 support

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 supported.

Change-Id: I4d04b2de83398f3875ece9381076167812023059
This commit is contained in:
ritesh.arya 2017-07-04 14:49:28 +05:30
parent c3c2069e2e
commit 982a2e6e85
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ classifier =
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Topic :: Utilities
[files]

View File

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