From 47e56e0deed9a35e47cb7c300086b06c276d0612 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Thu, 21 Oct 2010 16:10:46 +0200 Subject: [PATCH] streamline tox ini --HG-- branch : trunk --- tox.ini | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/tox.ini b/tox.ini index 28ded553c..26d34c0f8 100644 --- a/tox.ini +++ b/tox.ini @@ -15,8 +15,7 @@ deps= [testenv:py27-xdist] basepython=python2.7 -deps= pylib - pytest-xdist +deps=pytest-xdist commands= py.test -n3 -rfsxX \ --junitxml={envlogdir}/junit-{envname}.xml [] @@ -24,10 +23,8 @@ commands= [testenv:doc] basepython=python changedir=doc -deps= - pypi sphinx - pylib - pytest-xdist +deps=pypi sphinx + pytest commands= make html