Drop py34 target in tox.ini

We do not have python 3.4 in setup.cfg which declares the explicit
supported versions. So it is no need to keep the supoort for py34.

Change-Id: I71150ea413e6a59ca3c5712382fc980b1c279d70
This commit is contained in:
M V P Nitesh 2017-03-23 16:51:47 +05:30
parent 5ca9406f49
commit 57d64fa6eb
1 changed files with 1 additions and 1 deletions

View File

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