summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorCharles Short <chucks@redhat.com>2018-10-12 16:56:36 +0000
committersahid <sahid.ferdjaoui@canonical.com>2019-02-14 10:25:44 +0000
commit134059e512f89fd218e70f6c458dab2ae5dd2d57 (patch)
tree10007b901e18dc9153d5b9665ad607efd4f77968 /tox.ini
parentf6907522f22f65c7688d57022f6b1f2cb0ce3b23 (diff)
downloadoslo-i18n-134059e512f89fd218e70f6c458dab2ae5dd2d57.tar.gz
Change python3.5 job to python3.7 job on Stein+
python3.5 was the only supported python3 version on Xenial, now that we have Bionic Beaver nodes that support python3.7, lets switch to testing with python3.7 in addition with python3.6 in Stein and beyond. See ML discussion here [1] for context. [1] http://lists.openstack.org/pipermail/openstack-dev/2018-October/135632.html Change-Id: Id1450a6396dfcbb9f23fe9ed495a157a076e9f85 Signed-off-by: Charles Short <chucks@redhat.com> Story: #2004073 Task: #27440
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 7bc6a66..fefc939 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
minversion = 2.0
-envlist = py35,py27,pep8
+envlist = py37,py27,pep8
[testenv]
install_command = pip install {opts} {packages}