only run test_unittest.py for the twisted/trial config
This commit is contained in:
parent
eb6481c663
commit
7b95af2400
2
tox.ini
2
tox.ini
|
@ -33,7 +33,7 @@ deps=:pypi:twisted
|
||||||
:pypi:pexpect
|
:pypi:pexpect
|
||||||
py>=1.4.5.dev1
|
py>=1.4.5.dev1
|
||||||
commands=
|
commands=
|
||||||
py.test -rsxf \
|
py.test -rsxf testing/test_unittest.py \
|
||||||
--junitxml={envlogdir}/junit-{envname}.xml {posargs:testing/test_unittest.py}
|
--junitxml={envlogdir}/junit-{envname}.xml {posargs:testing/test_unittest.py}
|
||||||
[testenv:doctest]
|
[testenv:doctest]
|
||||||
changedir=.
|
changedir=.
|
||||||
|
|
Loading…
Reference in New Issue