adapt to pytest-2.2.0.dev2

This commit is contained in:
holger krekel
2011-11-08 17:54:26 +00:00
parent 1c2563d864
commit f946ab1835
8 changed files with 29 additions and 25 deletions

View File

@@ -6,7 +6,7 @@ indexserver=
[testenv]
changedir=testing
deps=:testrun:pytest
deps=:testrun:pytest>=2.2.0.dev2
commands= py.test --junitxml={envlogdir}/junit-{envname}.xml []
[testenv:py31]