summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-01-06 02:28:41 +0000
committerGerrit Code Review <review@openstack.org>2017-01-06 02:28:41 +0000
commit90657454a1a9f7c89d0ae9eba9b888f56d650f04 (patch)
treeb003c17d42b2c301082e4a7b5201486487b1458e
parent9eb319c09fee20e66c618872b5cf66ffda1a81f2 (diff)
parentcfe12a7fe3a8f6733ebf8879e19d69a81b30bbc1 (diff)
downloadpython-keystoneclient-90657454a1a9f7c89d0ae9eba9b888f56d650f04.tar.gz
Merge "Remove references to Python 3.4"
-rw-r--r--setup.cfg1
-rw-r--r--tox.ini2
2 files changed, 1 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index f907550..a2525a8 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -16,7 +16,6 @@ classifier =
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
- Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
[files]
diff --git a/tox.ini b/tox.ini
index efe81f8..cd99eba 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,7 +1,7 @@
[tox]
minversion = 2.0
skipsdist = True
-envlist = py34,py27,pep8,releasenotes
+envlist = py35,py27,pep8,releasenotes
[testenv]
usedevelop = True