From 0ab709957e1c71b7e126dd7d90415e227fca69bd Mon Sep 17 00:00:00 2001 From: Vieri <15050873171@163.com> Date: Tue, 25 Dec 2018 06:57:21 +0000 Subject: [PATCH] fix tox python3 overrides Change-Id: Id4acab46d129543e06ee7268d285441493491b39 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index c00c6e2..7ba25bb 100644 --- a/tox.ini +++ b/tox.ini @@ -42,6 +42,7 @@ basepython = python3 commands = python setup.py build_sphinx [testenv:debug] +basepython = python3 commands = oslo_debug_helper {posargs} [testenv:releasenotes]