summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorChangBo Guo(gcb) <eric.guo@easystack.cn>2016-07-12 15:33:11 +0800
committerChangBo Guo(gcb) <eric.guo@easystack.cn>2016-07-14 12:23:14 +0800
commite9a091449381532a8e910cf4e5314a34a02c2a03 (patch)
tree0f8c4f7f4e1a256fc209f5ae73d784e136c20f0d /tox.ini
parentf7821d9cdbb8e6ad27c5c7aa02a4110cc42777de (diff)
downloadoslo-concurrency-e9a091449381532a8e910cf4e5314a34a02c2a03.tar.gz
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
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 1 insertions, 5 deletions
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