From 758e172f921b59428cf8340be07e3af41ef9d9b1 Mon Sep 17 00:00:00 2001 From: Keerthan Jaic Date: Wed, 24 Jun 2015 11:37:42 -0400 Subject: [PATCH] tox: install pytest-xdist, set pytest basetemp dir --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 2f1dbc8c..75301868 100644 --- a/tox.ini +++ b/tox.ini @@ -2,8 +2,8 @@ envlist = py27,py34 [testenv] -deps = pytest -commands = py.test [] +deps = pytest-xdist +commands = py.test --basetemp={envtmpdir} {posargs} [testenv:docs] whitelist_externals = make