From 38d59268b2ae83ec9ab948618c01a2d24944d5f3 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Wed, 23 Nov 2016 10:24:47 -0500 Subject: Use xdist to run tests faster --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.cfg') 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 '# ' -- cgit v1.2.1