summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorChangBo Guo(gcb) <eric.guo@easystack.cn>2016-07-12 17:33:49 +0800
committerChangBo Guo(gcb) <eric.guo@easystack.cn>2016-07-12 17:33:49 +0800
commit18024a60913143f73f1455b9f40bce5119327051 (patch)
treedfc019d838f7599abdc2cdcf61c055011be9f6b1 /tox.ini
parent613181f5715d54d6ec46ee97b07e4915811f9094 (diff)
downloadtaskflow-18024a60913143f73f1455b9f40bce5119327051.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. Change-Id: I006650a6e67fd54c4823ef560ee26322c2c13428
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index abc05c5..d838abe 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,6 +5,7 @@ envlist = cover,
pep8,
py27,
py34,
+ py35,
pylint,
update-states