From 7991199542147e7c6e68d9ab71d4c5bcfb4e5e28 Mon Sep 17 00:00:00 2001 From: ricolin Date: Thu, 5 Jul 2018 14:22:06 +0800 Subject: [PATCH] Support py36 for test in tox Ubuntu Artful and Fedora 26 already ship Python 3.6 by default (And Bionic and F28 have been released since then.). Considering better support of python3 with system, we should enable py36 for test environment. You can find some discussion in: http://lists.openstack.org/pipermail/openstack-dev/2018-June/131193.html Depends-On: https://review.openstack.org/#/c/597267 Change-Id: I0187e862c0b74dbb836d36e7062ccc9e47a51cc2 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 67bb3b173e..df0fa791ae 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py35,py27,pep8 +envlist = py36,py35,py27,pep8 minversion = 1.6 skipsdist = True