From c1d53d925e9faa9db5e91594a62406edd19e9894 Mon Sep 17 00:00:00 2001 From: Vipin Balachandran Date: Thu, 15 Dec 2016 19:39:54 +0530 Subject: [PATCH] Add py35 tox virtualenv Adding py35 tox virtualenv in preparation for the move from 3.4 to 3.5. Change-Id: Ia5ec95b7fdf1a8edc8d501d13221e598408d02a5 --- setup.cfg | 1 + tox.ini | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index ce43d5c..6e68970 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 = diff --git a/tox.ini b/tox.ini index 4409c13..81c3498 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] minversion = 1.6 skipsdist = True -envlist = py34,py27,pep8 +envlist = py34,py35,py27,pep8 [testenv] setenv = VIRTUAL_ENV={envdir}