From 915b96f59cbda60a7175ef57963b2f7b442e4000 Mon Sep 17 00:00:00 2001 From: Nguyen Hoai Nam Date: Sun, 22 Jul 2018 23:26:02 +0700 Subject: [PATCH] fix tox python3 overrides It is necessary to move from python2.7 to python3 for cover test as the previous commit: I12967d5f5e707efe2b271b28bc7ea4b40e7f1c15 Change-Id: I207c1962e05dae5e45353d58faeb8615170b1163 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 38d6e3aa..0ed3af80 100644 --- a/tox.ini +++ b/tox.ini @@ -29,7 +29,7 @@ commands = ostestr {posargs} [testenv:cover] -basepython = python2.7 +basepython = python3 commands = {[testenv]commands} coverage erase