summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormelissaml <ma.lei@99cloud.net>2016-11-22 23:31:58 +0800
committermelissaml <ma.lei@99cloud.net>2016-11-22 23:32:26 +0800
commitedbb4ba4651edcfc1c7f332caedc78281f315fed (patch)
tree41ac2af53b59ab80ec5a904aa38a4a8296355828
parent4bfb2cee5e434e37abb75e2a92c04899ae58ab55 (diff)
downloadoslo-middleware-edbb4ba4651edcfc1c7f332caedc78281f315fed.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: I73178227e44caee792e6f7e4f4ddf4cfb07e096d
-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 8c9ca13..116d465 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -17,6 +17,7 @@ classifier =
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
+ Programming Language :: Python :: 3.5
[files]
packages =
diff --git a/tox.ini b/tox.ini
index 41c43e8..f576756 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
minversion = 1.6
-envlist = py34,py27,pypy,pep8
+envlist = py35,py27,pypy,pep8
[testenv]
deps = -r{toxinidir}/test-requirements.txt