diff options
author | Alex Grönholm <alex.gronholm@nextday.fi> | 2014-05-26 05:11:21 +0300 |
---|---|---|
committer | Alex Grönholm <alex.gronholm@nextday.fi> | 2014-05-26 05:11:21 +0300 |
commit | ac9962b5ebd53dbc78c1a30d17dcebc289bfb946 (patch) | |
tree | 8771b4cf4d996553815ca350ae34cc0ca09fa445 /setup.cfg | |
parent | f5d75e7e6654675ef7bc78230e01663ac1a71910 (diff) | |
download | apscheduler-ac9962b5ebd53dbc78c1a30d17dcebc289bfb946.tar.gz |
Skip coverage reporting until a reliable method for doing so can be found
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,8 +6,8 @@ build-dir = docs/_build upload-dir = docs/_build/html [pytest] -addopts = -rsx --tb=short --cov apscheduler --cov-report term-missing -norecursedirs = .tox .cache build docs examples +addopts = -rsx --tb=short +norecursedirs = .git .tox .cache build docs examples [flake8] max-line-length = 120 |