From 112a11069d4452328e2677d962fc4284392ee5a8 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sun, 5 Apr 2015 11:27:06 -0400 Subject: [PATCH] - since we're working with no_site_packages at the moment, add in xdist to get jenkins to work --- tox.ini | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.3