diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2016-11-26 17:34:30 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-11-26 17:34:30 -0500 |
commit | 76a06f5319730da58f888ae368b25439319cc6b0 (patch) | |
tree | 0870d58cccda45f594b65308b776dbba809e1073 /setup.cfg | |
parent | d76acace8bc4d80c1950a74005790e9939e5352f (diff) | |
download | python-coveragepy-76a06f5319730da58f888ae368b25439319cc6b0.tar.gz |
Nope, that wasn't it
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ [tool:pytest] -addopts = -q +addopts = -q -n3 [pep8] # E265 block comment should start with '# ' |