Code Review
/
releng
/
docs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
b1601c5
)
Use the default version as python3
06/66806/1
author
Anil Belur
<abelur@linuxfoundation.org>
Thu, 28 Jan 2021 23:21:02 +0000
(09:21 +1000)
committer
Anil Belur
<abelur@linuxfoundation.org>
Thu, 28 Jan 2021 23:21:02 +0000
(09:21 +1000)
Change-Id: I10304f8814aefd3a4d104aeb2d8a657b3b3e9354
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
tox.ini
patch
|
blob
|
history
diff --git
a/tox.ini
b/tox.ini
index
c09ab70
..
b5837b4
100644
(file)
--- a/
tox.ini
+++ b/
tox.ini
@@
-8,6
+8,7
@@
envlist =
skipsdist=true
[testenv]
+basepython = python3
install_command=python -m pip install --no-cache-dir {opts} {packages}
[testenv:check-best-practices]