summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorChangBo Guo(gcb) <eric.guo@easystack.cn>2016-07-12 17:16:19 +0800
committerChangBo Guo(gcb) <eric.guo@easystack.cn>2016-07-12 17:28:54 +0800
commit4480b9e099492ba80bbd303a739e2fda29ba4a30 (patch)
tree576a55e5b4cfe90485ccdf47839e30e069fd5d8d /tox.ini
parent847065e9d1ae8550c0d72ccb80535e3d80a5fa45 (diff)
downloadpbr-4480b9e099492ba80bbd303a739e2fda29ba4a30.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: I38213e5ade2e9b1329262c9b28b87ce1cabc279a
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 5952c34..5126ee9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,7 +1,7 @@
[tox]
minversion = 1.6
skipsdist = True
-envlist = py33,py34,py26,py27,pypy,pep8,docs
+envlist = py33,py34,py35,py26,py27,pypy,pep8,docs
[testenv]
usedevelop = True