Code Review
/
releng
/
lftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
8b5cf6d
)
Update pytest to python3
19/62019/1
author
Anil Belur
<abelur@linuxfoundation.org>
Thu, 17 Oct 2019 08:50:39 +0000
(14:20 +0530)
committer
Anil 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
patch
|
blob
|
history
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