Add py35 tox virtualenv

Adding py35 tox virtualenv in preparation for the move from 3.4
to 3.5.

Change-Id: Ia5ec95b7fdf1a8edc8d501d13221e598408d02a5
This commit is contained in:
Vipin Balachandran 2016-12-15 19:39:54 +05:30
parent 33f85b2046
commit c1d53d925e
2 changed files with 2 additions and 1 deletions

View File

@ -16,6 +16,7 @@ classifier =
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
[files]
packages =

View File

@ -1,7 +1,7 @@
[tox]
minversion = 1.6
skipsdist = True
envlist = py34,py27,pep8
envlist = py34,py35,py27,pep8
[testenv]
setenv = VIRTUAL_ENV={envdir}