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 cd0a5a1..ea91644 100644
--- a/tox.ini
+++ b/tox.ini
@@ -67,7 +67,7 @@ basepython =
pypy: pypy
commands =
- py.test {env:TESTPATH} --cov=raven {posargs}
+ py.test {env:TESTPATH} {posargs}
# Linters
[testenv:flake8]