only run test_unittest.py for the twisted/trial config

This commit is contained in:
holger krekel 2011-12-28 17:43:56 +00:00
parent eb6481c663
commit 7b95af2400
1 changed files with 1 additions and 1 deletions

View File

@ -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=.