diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2016-11-23 10:24:47 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-11-23 10:24:47 -0500 |
| commit | 38d59268b2ae83ec9ab948618c01a2d24944d5f3 (patch) | |
| tree | de4b9303f3723471e01597c003623919c2f5121c /setup.cfg | |
| parent | efbd3d23cf8429a699ea7108c600ab97be9788e6 (diff) | |
| download | python-coveragepy-git-38d59268b2ae83ec9ab948618c01a2d24944d5f3.tar.gz | |
Use xdist to run tests faster
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 '# ' |
