summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-07-17 19:51:51 +0000
committerGerrit Code Review <review@openstack.org>2016-07-17 19:51:51 +0000
commit13093e019416894a4bd940d569bab4c3c0b84485 (patch)
tree385c0fe3e771ba5cc4e0bcede00133a5ac23ba07
parent1763e33d3d714c0db5730a8f398efffb1d48abf8 (diff)
parentfa5bfbed4148ddc676e4155fc05fcf97b22f9ffc (diff)
downloadpython-glanceclient-2.2.0.tar.gz
Merge "Add Python 3.5 classifier and venv"2.2.0
-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 cabcdc8..1cd9454 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -20,6 +20,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 db9ae3f..c92a443 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