summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorzheng yin <yin.zheng@easystack.cn>2016-07-12 05:22:03 +0800
committerzheng yin <yin.zheng@easystack.cn>2016-08-03 12:02:42 +0800
commit9f78b6320d66cad993d8f1783932816dfd588428 (patch)
tree8dbcfc0f3244ac6bd72cb1057ab10891469b64a0 /tox.ini
parentb44ad42a0bf7967c6dcc684e51a329fe9a90712b (diff)
downloadpython-neutronclient-9f78b6320d66cad993d8f1783932816dfd588428.tar.gz
Add Python 3.5 classifier and venv
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: I595320fb8b8e97951b8d445a14eb4f5a311a151f
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index a20951f..062ca67 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
# py3 first to avoid .testrepository incompatibility
-envlist = py34,py27,pypy,pep8
+envlist = py35,py34,py27,pypy,pep8
minversion = 1.6
skipsdist = True