summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index ca6cd00..2e1a10e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -15,10 +15,13 @@ commands = python setup.py testr --slowest --testr-args='{posargs}'
commands = flake8
[testenv:cover]
+deps = {[testenv]deps}
+ coverage
setenv = VIRTUAL_ENV={envdir}
commands =
python setup.py testr --coverage
+
[testenv:venv]
commands = {posargs}