summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorZhongShengping <chdzsp@163.com>2019-05-09 14:26:00 +0800
committerZhongShengping <chdzsp@163.com>2019-05-09 17:34:56 +0800
commitb51f371d9798b95e33198894a7e637b93a73b134 (patch)
treedc908c3a497d829cda0051d12264d144144c1f14 /tox.ini
parente1a027067cab5476385cec2327efa24b75c68d58 (diff)
downloadtrove-b51f371d9798b95e33198894a7e637b93a73b134.tar.gz
Update Python 3 test runtimes for Train
This goal is to implement the process set out in the 2018-10-24 Python Update Process TC resolution[1], for the Train cycle to ensure unit testing is in place for all of the Tested Runtimes for Train[2]. In practice, this generally means adding unit tests for Python 3.7 and dropping unit tests for Python 3.5. Using the Zuul template for Train will ensure that all projects that support Python3 will be tested against the agreed runtime versions, and make it easier to update them in future. [1]https://governance.openstack.org/tc/resolutions/20181024-python-update-process.html [2]https://governance.openstack.org/tc/reference/runtimes/train.html Change-Id: I018f79c6819ead9ffee777addb7ba6b369304962 Depends-On: https://review.opendev.org/#/c/641878/
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 410b857b..e4bd2059 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py27,py36,pep8,apiexamples,cover,api-ref,releasenotes,bandit,fakemodetests,pylint
+envlist = py27,py36,py37,pep8,apiexamples,cover,api-ref,releasenotes,bandit,fakemodetests,pylint
minversion = 2.0
skipsdist = True