I can see how that would cause a problem.

This commit is contained in:
Kenneth Reitz
2011-02-18 02:34:59 -05:00
parent c4815c24cc
commit 0ed367a31c
+1 -1
View File
@@ -2,7 +2,7 @@
envlist = py24,py25,py26,py27
[testenv]
commands=py.test junitxml=junit-{envname}.xml
commands=py.test --junitxml=junit-{envname}.xml
deps =
nose
simplejson