fixing invocation

--HG--
branch : trunk
This commit is contained in:
holger krekel 2009-12-31 11:33:27 +01:00
parent 587951966f
commit 9fa6ca885a
1 changed files with 1 additions and 1 deletions

View File

@ -22,5 +22,5 @@ bincall("python", "setup.py", "develop", "-q")
bincall("pip", "install", "-r", "testing/pip-reqs1.txt",
"-q", "--download-cache=download")
bincall("py.test", "--ignore", BUILDNAME,
"-p", "xmlresult", "--xmlresult=junit.xml",
"--xml=junit.xml",
"--report=skipped", "--runslowtest", *sys.argv[1:])