summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorGhanshyam Mann <gmann@ghanshyammann.com>2019-04-15 02:30:04 +0000
committerGhanshyam Mann <gmann@ghanshyammann.com>2019-04-15 16:33:41 +0000
commitda62ba30297d78dbdcf6c454a3c539cf91bd2d16 (patch)
tree4616c33be74081c024a5a72d5b25344f4d4594d3 /tox.ini
parentf0c886cbe7754f20ef82349bd66435458c2d5587 (diff)
downloadpython-neutronclient-da62ba30297d78dbdcf6c454a3c539cf91bd2d16.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: I612c7c40e07f23afa920c92bf4b51b278282dd9d
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 cae97f1..d4ba1b5 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
# py3 first to avoid .testrepository incompatibility
-envlist = py35,py27,pypy,pep8
+envlist = py36,py27,pypy,pep8
minversion = 2.3.2
skipsdist = True