diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2016-12-11 12:38:46 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2016-12-11 12:38:46 +0900 |
commit | 0352968cffd8cf03ff1d3509c28665d9f8e60c5c (patch) | |
tree | 210cf38751d7f90fb825aa025ba92bfc2dfcb0b8 /setup.py | |
parent | 54551b1f049c5576c3d26b9e0d07a14f545d34af (diff) | |
download | buildstream-0352968cffd8cf03ff1d3509c28665d9f8e60c5c.tar.gz |
Include coverage report in ./setup.py test invocations
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -57,7 +57,9 @@ setup(name='buildstream', ], setup_requires=['pytest-runner'], tests_require=['pep8', + 'coverage', 'pytest-datafiles', 'pytest-pep8', + 'pytest-cov', 'pytest'], zip_safe=False) |