diff options
author | Marc Abramowitz <marc@marc-abramowitz.com> | 2016-03-08 09:15:21 -0800 |
---|---|---|
committer | Marc Abramowitz <marc@marc-abramowitz.com> | 2016-03-08 09:15:21 -0800 |
commit | 923e1998085791bfc6f70b4ed69472b7d0c1289a (patch) | |
tree | 4dd59b0944884955d3c413efc5a9b3640ceedc2c | |
parent | c1f2cfe1ddf0d0e8ff45ba9f6028262519c3b14e (diff) | |
download | pastedeploy-git-923e1998085791bfc6f70b4ed69472b7d0c1289a.tar.gz |
tox.ini: Don't need pytest-cov in base testenv
-rw-r--r-- | tox.ini | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -6,7 +6,6 @@ deps = # Paste works on Python 3 since Paste 2.0 Paste pytest - pytest-cov commands = py.test {posargs:tests/} |