summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2014-01-20 13:21:05 +0200
committerAlex Grönholm <alex.gronholm@nextday.fi>2014-01-20 14:06:13 +0200
commit7f7ee4963585d62ed772fecb5b0fc0fbefc8d0eb (patch)
treec64bfffcaa004e6a39e316aa62321ea6a5a52533 /setup.cfg
parent072ee043edf9afdb405605896fbf6a512a0c4ba4 (diff)
downloadapscheduler-7f7ee4963585d62ed772fecb5b0fc0fbefc8d0eb.tar.gz
Added pytest coverage options
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index bb06ef8..2c69876 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -7,7 +7,7 @@ upload-dir = docs/_build/html
[pytest]
pep8maxlinelength = 120
-addopts = --tb=short
+addopts = --tb=short --cov apscheduler --cov-report term-missing
[pep8]
max-line-length = 120