summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorPanFengyun <fengyun.pan@easystack.cn>2016-07-14 08:48:52 +0800
committerPanFengyun <fengyun.pan@easystack.cn>2016-07-28 13:59:38 +0000
commitd0f72accf2357fbfe45539963f2a26750cf801ab (patch)
tree0a3dc7439a9eca8f16fa095afb5cc3860b79102f /tox.ini
parente7a9e0313281b1a430e1b16acff8c6925b3dabd8 (diff)
downloadheat-d0f72accf2357fbfe45539963f2a26750cf801ab.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: Ie64b63a462ae9b2c25ce9ab9e05259350353522e
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 f0dd3085e..ac216c3d2 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py34,py27,pep8
+envlist = py35,py34,py27,pep8
minversion = 1.6
skipsdist = True