summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPaul Ganssle <paul@ganssle.io>2018-03-21 10:22:22 -0400
committerPaul Ganssle <paul@ganssle.io>2018-03-23 13:06:09 -0400
commit0a2c83252613aaaddb8f995d86df370af7003cbb (patch)
tree10b4663bab1df7326123b81d9302c3d77a664377 /tests
parent91b2c138c6ec84b55e77d8658bcbe91e28205818 (diff)
downloadpython-setuptools-git-0a2c83252613aaaddb8f995d86df370af7003cbb.tar.gz
Add coverage generation to tox
Diffstat (limited to 'tests')
-rw-r--r--tests/requirements.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/requirements.txt b/tests/requirements.txt
index 38b69247..d3995f74 100644
--- a/tests/requirements.txt
+++ b/tests/requirements.txt
@@ -5,3 +5,5 @@ virtualenv>=13.0.0
pytest-virtualenv>=1.2.7
pytest>=3.0.2
wheel
+coverage
+pytest-cov