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:
Stephen Finucane 2018-07-19 11:45:41 +01:00
parent 03dc05dec3
commit 9d94ae9077
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ commands =
[testenv:cover]
basepython = python3
setenv =
PYTHON=coverage run --source $project --parallel-mode
PYTHON=coverage run --source oslo_cache --parallel-mode
commands =
stestr run '{posargs}'
coverage combine