From f279df28019ddf5fa3154736447b8f5db3b6dfa5 Mon Sep 17 00:00:00 2001 From: 98k <18552437190@163.com> Date: Fri, 9 Nov 2018 04:19:10 +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: I6b493911d950182a9da1e13f01ef22e7bb0516b8 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index df06d01711..cd6a7182f6 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] minversion = 3.1.0 skipsdist = True -envlist = validate,py27,pep8,pip-install +envlist = validate,py36,py27,pep8,pip-install ignore_basepython_conflict=true [testenv]