summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-04-17 23:22:20 +0000
committerGerrit Code Review <review@openstack.org>2018-04-17 23:22:20 +0000
commit8a1a017ea604b63d4323a10d782dbc7613aa2c25 (patch)
treee14f25ba5356fc63eaa9ca67bdcd9079cf16c7f7
parent1dd0c2e26f426f05a9efc7110f359ba9554a7bf9 (diff)
parent86d9f66642f18c485ad3c3ad63246db9245c4eb9 (diff)
downloadpython-troveclient-8a1a017ea604b63d4323a10d782dbc7613aa2c25.tar.gz
Merge "Change testenv from py34 to py35"
-rw-r--r--tox.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index a4bcda5..bf663c0 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,7 +1,7 @@
# Python Trove Client
[tox]
-envlist = py34,py27,pypy,pep8
+envlist = py35,py27,pypy,pep8
minversion = 1.6
skipsdist = True
@@ -31,8 +31,8 @@ commands = oslo_debug_helper -t troveclient/tests {posargs}
basepython = python2.7
commands = oslo_debug_helper -t troveclient/tests {posargs}
-[testenv:debug-py34]
-basepython = python3.4
+[testenv:debug-py35]
+basepython = python3.5
commands = oslo_debug_helper -t troveclient/tests {posargs}
[testenv:pep8]