tox: Fix typo
We shouldn't be using environment variables in this manner. Change-Id: Iefaa71a195c6046c770f2f598199073a951df8a5 Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This commit is contained in:
parent
03dc05dec3
commit
9d94ae9077
2
tox.ini
2
tox.ini
@ -50,7 +50,7 @@ commands =
|
|||||||
[testenv:cover]
|
[testenv:cover]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
setenv =
|
setenv =
|
||||||
PYTHON=coverage run --source $project --parallel-mode
|
PYTHON=coverage run --source oslo_cache --parallel-mode
|
||||||
commands =
|
commands =
|
||||||
stestr run '{posargs}'
|
stestr run '{posargs}'
|
||||||
coverage combine
|
coverage combine
|
||||||
|
Loading…
x
Reference in New Issue
Block a user