From 52f8a03e3b9e6f1932180779d27625b5781b58f9 Mon Sep 17 00:00:00 2001 From: Bruno Cornec Date: Mon, 18 Mar 2019 18:33:47 +0100 Subject: [PATCH] add python 3.6 unit test job This should have been a mechanically generated patch to add a unit test job running under Python 3.6 as part of the python3-first goal, but as it failed, it's now done manually. See the python3-first goal document for details: https://governance.openstack.org/tc/goals/stein/python3-first.html Change-Id: Ic0eed440b0b117e620508154c3a58392610a8768 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index df22315..94104f8 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 1.6 -envlist = py35,py27,docs +envlist = py36,py35,py27,docs skipsdist = True [testenv]