summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 5 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 919ad6a..e361911 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[pytest]
-addopts = -s --cov-report=term-missing --cov redis
+addopts = -s
[tox]
minversion = 2.4
@@ -10,7 +10,6 @@ deps =
coverage
mock
pytest >= 2.7.0
- pytest-cov >= 2.10.0
extras =
hiredis: hiredis
commands =
@@ -48,3 +47,7 @@ passenv =
TRAVIS
TRAVIS_*
VCS_*
+
+[testenv:covreport]
+deps = coverage
+commands = coverage report