summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Xu <hhktony@gmail.com>2016-10-25 23:57:32 +0800
committerTony Xu <hhktony@gmail.com>2016-10-25 23:57:32 +0800
commitb83d08b84423c81bca5a4938936b0c39eb2dd4ef (patch)
treea41b1e8f2c61062743f1f11dba12671c904d1227
parent3914abb31e7a95efd9ad45776bc262d36e39af91 (diff)
downloadpython-barbicanclient-b83d08b84423c81bca5a4938936b0c39eb2dd4ef.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: Ifbd1147a3c8c4d6fa745d210d37a90f5ae8321dd
-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 732aec1..91099d4 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -17,6 +17,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 c3146cd..2013f4f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
minversion = 1.6
-envlist = py34,py27,pypy,pep8
+envlist = py35,py34,py27,pypy,pep8
skipsdist = True
[testenv]