From a39b4f0290ddb79af0950c0c80c794432eff93a3 Mon Sep 17 00:00:00 2001 From: lilaishui Date: Mon, 17 Dec 2018 17:15:56 +0800 Subject: [PATCH] Add python3.6 in tox.ini Add python3.6 in tox.ini Change-Id: I3f3a3d95b23cf2a2c53c7d3aa01db91c5c0d5725 --- tox.ini | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index aab951c01..474fcccc9 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 2.0 -envlist = py35,py27,pep8,migration +envlist = py35,py36,py27,pep8,migration skipsdist = True [testenv] @@ -69,6 +69,10 @@ commands = oslo_debug_helper {posargs} basepython = python3.5 commands = oslo_debug_helper {posargs} +[testenv:debug-py36] +basepython = python3.6 +commands = oslo_debug_helper {posargs} + [testenv:migration] basepython = python3 setenv = {[testenv]setenv}