From 7b95af240048e13ef482250528d9fec26662c053 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Wed, 28 Dec 2011 17:43:56 +0000 Subject: [PATCH] only run test_unittest.py for the twisted/trial config --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index bd927820d..00d4c2135 100644 --- a/tox.ini +++ b/tox.ini @@ -33,7 +33,7 @@ deps=:pypi:twisted :pypi:pexpect py>=1.4.5.dev1 commands= - py.test -rsxf \ + py.test -rsxf testing/test_unittest.py \ --junitxml={envlogdir}/junit-{envname}.xml {posargs:testing/test_unittest.py} [testenv:doctest] changedir=.