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: Ic05e39829877810de4af68224c923cbf0fb80f40
This commit is contained in:
iswarya_vakati 2017-03-09 17:46:05 +05:30
parent 9b0f08ab31
commit 8e831efbdc
1 changed files with 1 additions and 1 deletions

View File

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