summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMark Adams <mark@markadams.me>2015-04-12 21:17:17 -0500
committerMark Adams <madams@atlassian.com>2015-04-14 09:46:29 -0500
commitcf8672dacc78535ca470a9c8fac235b39d2bd3af (patch)
tree21ee86bf661ee931280194c05aebc429fb3082bc /setup.cfg
parentb39b9a7887c2feab1058fa371f761e1e27f6da1d (diff)
downloadpyjwt-cf8672dacc78535ca470a9c8fac235b39d2bd3af.tar.gz
Changed to use Pytest as the test runner #111
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 147dce3..aebb464 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -3,3 +3,6 @@ max-line-length = 119
[wheel]
universal = 1
+
+[pytest]
+addopts = --cov-report term-missing --cov-config=.coveragerc --cov