From e9a091449381532a8e910cf4e5314a34a02c2a03 Mon Sep 17 00:00:00 2001 From: "ChangBo Guo(gcb)" Date: Tue, 12 Jul 2016 15:33:11 +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. This commit also removes py34 specific venv. Change-Id: I50ddda7d96c77e7db60aa0b42e8e3b701dadf404 --- tox.ini | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index a03c1e7..580f08e 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 1.6 -envlist = py34,py27,pep8 +envlist = py35,py34,py27,pep8 [testenv] deps = -r{toxinidir}/test-requirements.txt @@ -9,10 +9,6 @@ commands = lockutils-wrapper python setup.py testr --slowest --testr-args='{posargs}' env TEST_EVENTLET=1 lockutils-wrapper python setup.py testr --slowest --testr-args='{posargs}' -[testenv:py34] -commands = - lockutils-wrapper python setup.py testr --slowest --testr-args='{posargs}' - [testenv:pep8] commands = flake8 -- cgit v1.2.1