diff options
| author | Mark Adams <mark@markadams.me> | 2015-04-12 21:17:17 -0500 |
|---|---|---|
| committer | Mark Adams <madams@atlassian.com> | 2015-04-14 09:46:29 -0500 |
| commit | cf8672dacc78535ca470a9c8fac235b39d2bd3af (patch) | |
| tree | 21ee86bf661ee931280194c05aebc429fb3082bc /setup.cfg | |
| parent | b39b9a7887c2feab1058fa371f761e1e27f6da1d (diff) | |
| download | pyjwt-cf8672dacc78535ca470a9c8fac235b39d2bd3af.tar.gz | |
Changed to use Pytest as the test runner #111
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,3 +3,6 @@ max-line-length = 119 [wheel] universal = 1 + +[pytest] +addopts = --cov-report term-missing --cov-config=.coveragerc --cov |
