Update pytest to python3 19/62019/1
authorAnil Belur <abelur@linuxfoundation.org>
Thu, 17 Oct 2019 08:50:39 +0000 (14:20 +0530)
committerAnil Belur <abelur@linuxfoundation.org>
Thu, 17 Oct 2019 08:50:39 +0000 (14:20 +0530)
Change-Id: I46c6d4ad90c0e9e6874481a93a08d6c961dc81ae
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
tox.ini

diff --git a/tox.ini b/tox.ini
index 0de3052..c1c00b1 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -12,6 +12,7 @@ envlist =
 skip_missing_interpreters = true
 
 [testenv]
+basepython = python3
 deps = -r{toxinidir}/requirements-test.txt
 commands = pytest