summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorLi Wei <wei.li@easystack.cn>2016-08-16 19:04:35 +0800
committerSteve Lewis (stevelle) <steve.lewis@rackspace.com>2017-04-06 17:31:50 +0000
commit963e2a0fd1c173556a2c40915ad26db28d8375a6 (patch)
tree71034e79e88ead232af2378b07b7998633c4dd3a /tox.ini
parent6982b3c2e5f08d001b53413e6277a09013fd52df (diff)
downloadglance_store-963e2a0fd1c173556a2c40915ad26db28d8375a6.tar.gz
Add python 3.5 in classifier and envlist
Now we can support py35 in classifier,and add the convenience py35 env. Change-Id: I98ac5543d995dca021fc3aff3993dc07fb2c4b7a
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 1cb46e5..986aaee 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
minversion = 1.6
-envlist = py34,py27,pep8
+envlist = py35,py27,pep8
skipsdist = True
[testenv]