summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorLuigi Toscano <ltoscano@redhat.com>2019-07-11 21:33:25 +0200
committerLuigi Toscano <ltoscano@redhat.com>2019-07-11 21:33:25 +0200
commit3107b452467537f4eef3d9ecfb5e35d110d19662 (patch)
treeaa331b969a4319f2cb1b21ede03acc8a707b3606 /tox.ini
parent30ad1cf26c067745c416b6f010a4ba93859c0ac3 (diff)
downloadpython-saharaclient-3107b452467537f4eef3d9ecfb5e35d110d19662.tar.gz
py3: use the train test template and other updatestrain-em2.3.0
Use the unified unit test Zuul template for train, according the community goal. Also, update the setup.cfg classifiers accordingly. Update the debug test environment. Adding "debug-py36" is enough; if a distribution supports 3.7, the "debug" tox environment can be used. Finally, keep only the most recent environment in the default set executed when calling tox. Story: #2005924 Task: #34244 Change-Id: Iad4a6e933ad416eb67a2f144540fe79e97938bec
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 62fe647..c1c1104 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py27,py35,py36,py37,pypy,pep8,releasenotes
+envlist = py27,py37,pypy,pep8,releasenotes
minversion = 2.0
skipsdist = True
@@ -27,8 +27,8 @@ commands = oslo_debug_helper -t saharaclient/tests/unit {posargs}
basepython = python2.7
commands = oslo_debug_helper -t saharaclient/tests/unit {posargs}
-[testenv:debug-py35]
-basepython = python3.5
+[testenv:debug-py36]
+basepython = python3.6
commands = oslo_debug_helper -t saharaclient/tests/unit {posargs}
[testenv:cover]