From 969c0b0b8d09b832d0f733175cd3ffda91482e1e Mon Sep 17 00:00:00 2001 From: 98k <18552437190@163.com> Date: Fri, 9 Nov 2018 03:13:39 +0000 Subject: [PATCH] Add python 3.6 unit test job This is a mechanically generated patch to add a unit test job running under Python 3.6 as part of the python3-first goal. See the python3-first goal document for details: https://governance.openstack.org/tc/goals/stein/python3-first.html Change-Id: Ic2ca4c0d4c9fb50f2e83ca1efc756872afdf427d --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index c6e3283c..37484491 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 2.0 -envlist = py27,py35,pep8,pip-missing-reqs +envlist = py27,py35,py36,pep8,pip-missing-reqs skipsdist = True [testenv]