diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2017-07-15 20:10:44 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2017-07-17 22:54:58 +0900 |
commit | 2b31a539a414fbd246aab3737d558a293b0f5635 (patch) | |
tree | eb6706aef3783952f0f9ab36bcab5f4c73d156ae /setup.cfg | |
parent | 0110c98ea36caba57e2bc8f9000aff2d67507083 (diff) | |
download | buildstream-2b31a539a414fbd246aab3737d558a293b0f5635.tar.gz |
Added .coveragerc and use that in setup.cfg
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ test=pytest [tool:pytest] -addopts = --verbose --basetemp ./tmp --pep8 --cov=buildstream --cov-report term-missing +addopts = --verbose --basetemp ./tmp --pep8 --cov=buildstream --cov-config .coveragerc python_files = tests/*/*.py pep8maxlinelength = 119 pep8ignore = |