summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Abramowitz <marc@marc-abramowitz.com>2016-03-08 09:15:21 -0800
committerMarc Abramowitz <marc@marc-abramowitz.com>2016-03-08 09:15:21 -0800
commit923e1998085791bfc6f70b4ed69472b7d0c1289a (patch)
tree4dd59b0944884955d3c413efc5a9b3640ceedc2c
parentc1f2cfe1ddf0d0e8ff45ba9f6028262519c3b14e (diff)
downloadpastedeploy-git-923e1998085791bfc6f70b4ed69472b7d0c1289a.tar.gz
tox.ini: Don't need pytest-cov in base testenv
-rw-r--r--tox.ini1
1 files changed, 0 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index d3b4d84..7dbfdd7 100644
--- a/tox.ini
+++ b/tox.ini
@@ -6,7 +6,6 @@ deps =
# Paste works on Python 3 since Paste 2.0
Paste
pytest
- pytest-cov
commands =
py.test {posargs:tests/}