summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChangBo Guo(gcb) <eric.guo@easystack.cn>2016-07-12 17:26:23 +0800
committerChangBo Guo(gcb) <eric.guo@easystack.cn>2016-07-12 17:26:23 +0800
commit76c14b10514edfc440ab86f297dfc3c7246a1724 (patch)
tree48c57aaf9a741b0921d07ade0beab920caece4f5
parentf68325fc481a0cc2a9aa9e8b1701cdb092463b49 (diff)
downloadstevedore-76c14b10514edfc440ab86f297dfc3c7246a1724.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: I13d2453d9bd15ca3320968aa30f0fe9db13d717d
-rw-r--r--setup.cfg1
-rw-r--r--tox.ini2
2 files changed, 2 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 08f08b2..0828991 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -13,6 +13,7 @@ classifier =
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
+ Programming Language :: Python :: 3.5
Intended Audience :: Developers
Environment :: Console
diff --git a/tox.ini b/tox.ini
index fcf1885..d2ea51e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py34,py27,pep8,docs
+envlist = py35,py34,py27,pep8,docs
[testenv]
deps =