summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAshley Camba Garrido <ashwoods@gmail.com>2017-12-31 14:51:01 +0100
committerAshley Camba <ashwoods@gmail.com>2018-01-01 10:56:46 +0100
commit05539fc0de94ff8ec6e199552b6c6b65cb4b396e (patch)
tree5c748db6fbf56303a995100e9c94218cbabf717d /tox.ini
parent20655d1f96700000f38da90e49b55c619294a49f (diff)
downloadraven-05539fc0de94ff8ec6e199552b6c6b65cb4b396e.tar.gz
Add xdist coverage, bumb versions and add params to cfg
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]