Added py34, py35 to tox.ini

Now we are making python34 and python35
as voted by jenkins. So in this patch those
are added

Change-Id: Id4e67caa964ebc4772d12d1cc6ece16af9de55e6
This commit is contained in:
venkatamahesh 2016-09-23 18:48:07 +05:30
parent eea965db98
commit 8b7b886423
2 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,10 @@ classifier =
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 3
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
[files]
packages =

View File

@ -1,11 +1,8 @@
[tox]
envlist = docs,pep8,py27
envlist = py35,py34,py27,pep8,docs
minversion = 1.6
skipsdist = True
[testenv:py34]
commands = bash -c "echo do nothing for py34 for now. enable after stablized"
[testenv]
setenv = VIRTUAL_ENV={envdir}
usedevelop = True