summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 1 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index fba98d9..4199d76 100644
--- a/tox.ini
+++ b/tox.ini
@@ -16,8 +16,7 @@ commands = flake8
[testenv:cover]
setenv = VIRTUAL_ENV={envdir}
-commands =
- python setup.py testr --coverage
+commands = python setup.py testr --coverage
[testenv:venv]
commands = {posargs}