From 9d94ae907789726fe757da4785b97bf12bb2c483 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Thu, 19 Jul 2018 11:45:41 +0100 Subject: [PATCH] tox: Fix typo We shouldn't be using environment variables in this manner. Change-Id: Iefaa71a195c6046c770f2f598199073a951df8a5 Signed-off-by: Stephen Finucane --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 41e21b0d..fd608b3d 100644 --- a/tox.ini +++ b/tox.ini @@ -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