summaryrefslogtreecommitdiff
path: root/setup.cfg
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 /setup.cfg
parent30ad1cf26c067745c416b6f010a4ba93859c0ac3 (diff)
downloadpython-saharaclient-db837e0b4c6ae6b42b1995be5965059ab85eae4f.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 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index e5adcad..f86f8a8 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -17,8 +17,8 @@ classifier =
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
- Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
+ Programming Language :: Python :: 3.7
[global]
setup-hooks = pbr.hooks.setup_hook