From: Mike Bayer Date: Mon, 15 Sep 2014 19:29:54 +0000 (-0400) Subject: - cant do xargs in tox.ini as it doesnt run outside of postgresql/mysql X-Git-Tag: rel_1_0_0b1~194^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47a6ffe0901891945108e23dd2a040d3f89c6147;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - cant do xargs in tox.ini as it doesnt run outside of postgresql/mysql --- diff --git a/tox.ini b/tox.ini index 46ac122bea..5ed71e8729 100644 --- a/tox.ini +++ b/tox.ini @@ -9,7 +9,7 @@ sitepackages=True usedevelop=True commands= - python -m pytest -n4 {posargs} + python -m pytest {posargs} [testenv:full]