From: Mike Bayer Date: Sun, 5 Apr 2015 15:27:06 +0000 (-0400) Subject: - since we're working with no_site_packages at the moment, add in xdist to get jenkin... X-Git-Tag: rel_1_0_0~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=112a11069d4452328e2677d962fc4284392ee5a8;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - since we're working with no_site_packages at the moment, add in xdist to get jenkins to work --- diff --git a/tox.ini b/tox.ini index 8cd41908c6..0dd6ae5f4c 100644 --- a/tox.ini +++ b/tox.ini @@ -4,6 +4,7 @@ envlist = full,py26,py27,py33,py34 [testenv] deps=pytest mock + pytest-xdist # -E : ignore PYTHON* environment variables (such as PYTHONPATH) # -s : don't add user site directory to sys.path; also PYTHONNOUSERSITE