summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorzheng yin <yin.zheng@easystack.cn>2016-07-12 04:05:10 +0800
committerzheng yin <yin.zheng@easystack.cn>2016-07-12 07:26:45 +0800
commitfa5bfbed4148ddc676e4155fc05fcf97b22f9ffc (patch)
treec11a81ca0830a7d54e78784dc4df1fe3357dbbbb /tox.ini
parent3dde2be1d885948ef0ba867d99cb1fb5d470de0d (diff)
downloadpython-glanceclient-fa5bfbed4148ddc676e4155fc05fcf97b22f9ffc.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: I15304210a7f32b719a910e22518d33427ddedbb9
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 db9ae3f..c92a443 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py34,py27,pep8
+envlist = py35,py34,py27,pep8
minversion = 1.6
skipsdist = True