summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-11-23 10:24:47 -0500
committerNed Batchelder <ned@nedbatchelder.com>2016-11-23 10:24:47 -0500
commit38d59268b2ae83ec9ab948618c01a2d24944d5f3 (patch)
treede4b9303f3723471e01597c003623919c2f5121c /setup.cfg
parentefbd3d23cf8429a699ea7108c600ab97be9788e6 (diff)
downloadpython-coveragepy-git-38d59268b2ae83ec9ab948618c01a2d24944d5f3.tar.gz
Use xdist to run tests faster
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 5e19bd2b..f3dd4b61 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[tool:pytest]
-addopts = -q
+addopts = -q -n3
[pep8]
# E265 block comment should start with '# '