From 459399491c222791687fca5155009f065b08f5de Mon Sep 17 00:00:00 2001 From: Adam Coldrick Date: Sat, 26 Jan 2019 11:09:13 +0000 Subject: [PATCH] Use python3 for basepython in tox.ini Change-Id: I1d9cd136592cec001abe0534dcf162d33785f281 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 93ed1af6..609f7cef 100644 --- a/tox.ini +++ b/tox.ini @@ -30,7 +30,7 @@ basepython = python3 commands = flake8 [testenv:venv] -basepython = python2 +basepython = python3 commands = {posargs} [testenv:docs]