diff options
| author | Zuul <zuul@review.openstack.org> | 2018-04-17 23:22:20 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2018-04-17 23:22:20 +0000 |
| commit | 8a1a017ea604b63d4323a10d782dbc7613aa2c25 (patch) | |
| tree | e14f25ba5356fc63eaa9ca67bdcd9079cf16c7f7 | |
| parent | 1dd0c2e26f426f05a9efc7110f359ba9554a7bf9 (diff) | |
| parent | 86d9f66642f18c485ad3c3ad63246db9245c4eb9 (diff) | |
| download | python-troveclient-8a1a017ea604b63d4323a10d782dbc7613aa2c25.tar.gz | |
Merge "Change testenv from py34 to py35"
| -rw-r--r-- | tox.ini | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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] |
