summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorZhongShengping <chdzsp@163.com>2019-04-15 09:19:57 +0800
committerZhongShengping <chdzsp@163.com>2019-04-28 15:36:48 +0800
commit4e63540245da0a910d6e69fb4a0cd56c45ec46a4 (patch)
treec382f2e07fe64354347abc46fec010614ea8e6bc /tox.ini
parentb53872099dbfb5ca644818f0e762e84706defe47 (diff)
downloadtrove-4e63540245da0a910d6e69fb4a0cd56c45ec46a4.tar.gz
Dropping the py35 testing
All the integration testing has been moved to Bionic now[1] and py3.5 is not tested runtime for Train or stable/stein[2]. As per below ML thread, we are good to drop the py35 testing now: http://lists.openstack.org/pipermail/openstack-discuss/2019-April/005097.html [1] http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004647.html [2] https://governance.openstack.org/tc/reference/runtimes/stein.html https://governance.openstack.org/tc/reference/runtimes/train.html Change-Id: I0d0a3f62d652853963dc4fe204a413eec2bc1830
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 71ed31f0..c939b248 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py{27,34,35,36},pep8,apiexamples,cover,api-ref,releasenotes,bandit,fakemodetests,pylint
+envlist = py27,py36,pep8,apiexamples,cover,api-ref,releasenotes,bandit,fakemodetests,pylint
minversion = 1.6
skipsdist = True