From 013b2fc6bb80f92779485a6da7644d47169866b1 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Thu, 5 Sep 2013 14:21:28 +0200 Subject: [PATCH] streamline tox.ini --- tox.ini | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/tox.ini b/tox.ini index 8e65248..2d10573 100644 --- a/tox.ini +++ b/tox.ini @@ -1,23 +1,15 @@ [tox] -envlist=py26,py31,py27,py25,py24 -indexserver= - testrun = http://pypi.testrun.org - pypi = http://pypi.python.org/simple +envlist=py26,py32,py33,py27,py25 [testenv] changedir=testing -deps=:testrun:pytest>=2.2.0.dev2 +deps=pytest>=2.3.5 commands= py.test --junitxml={envlogdir}/junit-{envname}.xml [] -#[testenv:py31] -#deps=:pypi:pytest # XXX needed because ClueRelease/pip broken -#[testenv:py32] -#deps=:pypi:pytest # XXX needed because ClueRelease/pip broken - -[testenv:py26] +[testenv:py27] deps= - :testrun:pytest - :pypi:pexpect + pytest + pexpect [pytest] addopts = -rsfxX