From: Mike Bayer Date: Tue, 26 Jan 2016 17:06:24 +0000 (-0500) Subject: - try to improve the default coverage job X-Git-Tag: rel_1_1_0b1~84^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebefbb3d3d37286a1d99cc47bfb0af2e73553daa;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - try to improve the default coverage job --- diff --git a/tox.ini b/tox.ini index 25923cfc61..61740ee73a 100644 --- a/tox.ini +++ b/tox.ini @@ -42,10 +42,11 @@ setenv= # see also .coveragerc deps=pytest-cov + pytest-xdist coverage mock commands= - python -m pytest --cov=sqlalchemy --cov-report term --cov-report xml \ + python -m pytest -n4 --cov=sqlalchemy --cov-report term --cov-report xml \ --exclude-tag memory-intensive \ --exclude-tag timing-intensive \ -k "not aaa_profiling" \