summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNguyen Hai <nguyentrihai93@gmail.com>2018-03-16 15:35:38 +0900
committerNguyen Hai <nguyentrihai93@gmail.com>2018-04-16 13:27:34 +0000
commitaab5b85811c4a23dc0b66e27c771a59a91a2bec0 (patch)
treecee3141d5fb5cead8dc918da92189ac832c2fa05
parentf41ad78cd49788bc8589b849a888aeb9bb916997 (diff)
downloadpython-heatclient-aab5b85811c4a23dc0b66e27c771a59a91a2bec0.tar.gz
Change testenv from py34 to py351.15.0
Change testenv:debug34 to testenv:debug35 Change-Id: I49a63aabb33ff117842455d475fb8eab0e086912
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index c725045..cbba436 100644
--- a/tox.ini
+++ b/tox.ini
@@ -23,8 +23,8 @@ commands = oslo_debug_helper -t heatclient/tests {posargs}
basepython = python2.7
commands = oslo_debug_helper -t heatclient/tests {posargs}
-[testenv:debug-py34]
-basepython = python3.4
+[testenv:debug-py35]
+basepython = python3.5
commands = oslo_debug_helper -t heatclient/tests {posargs}
[testenv:pep8]