summaryrefslogtreecommitdiff
path: root/tox.ini
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 /tox.ini
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
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 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