diff options
| author | Paul Ganssle <paul@ganssle.io> | 2018-03-21 10:22:22 -0400 |
|---|---|---|
| committer | Paul Ganssle <paul@ganssle.io> | 2018-03-23 13:06:09 -0400 |
| commit | 0a2c83252613aaaddb8f995d86df370af7003cbb (patch) | |
| tree | 10b4663bab1df7326123b81d9302c3d77a664377 /tests | |
| parent | 91b2c138c6ec84b55e77d8658bcbe91e28205818 (diff) | |
| download | python-setuptools-git-0a2c83252613aaaddb8f995d86df370af7003cbb.tar.gz | |
Add coverage generation to tox
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/requirements.txt | 2 |
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 |
