From 518241816c587315f59b56452b901bb339500372 Mon Sep 17 00:00:00 2001 From: Michael Johnson Date: Tue, 6 Aug 2019 17:13:45 -0700 Subject: [PATCH] Re-enable the py36 tox environment A recent automated patch[1] removed py36 from the tox default environment list. Since Ubuntu 18.04 includes python 3.6 and we still include a functional-3.6 test, we should keep the py36 environment in the list. [1] https://review.opendev.org/#/c/669440/ Change-Id: I2bab434523efee0ad755e794f00c3a1ca85ec68f --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 0257c9eea5..3ed0e8343b 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 2.5.0 -envlist = docs,py27,py37,functional-py37,functional-py36,functional,pep8,specs +envlist = docs,py27,py36,py37,functional-py37,functional-py36,functional,pep8,specs skipsdist = True [testenv]