summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 72e6d5b..0ecbf53 100644
--- a/tox.ini
+++ b/tox.ini
@@ -21,7 +21,7 @@ commands = python setup.py build_sphinx
[testenv:cover]
basepython = python3
setenv =
- PYTHON=coverage run --source $project --parallel-mode
+ PYTHON=coverage run --source pycadf --parallel-mode
commands =
stestr run '{posargs}'
coverage combine