From edbb4ba4651edcfc1c7f332caedc78281f315fed Mon Sep 17 00:00:00 2001 From: melissaml Date: Tue, 22 Nov 2016 23:31:58 +0800 Subject: Add Python 3.5 classifier and venv Now that there is a passing gate job, we can claim support for Python 3.5 in the classifier. This patch also adds the convenience py35 venv. Change-Id: I73178227e44caee792e6f7e4f4ddf4cfb07e096d --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 41c43e8..f576756 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 1.6 -envlist = py34,py27,pypy,pep8 +envlist = py35,py27,pypy,pep8 [testenv] deps = -r{toxinidir}/test-requirements.txt -- cgit v1.2.1