1 new commit in pytest: https://bitbucket.org/hpk42/pytest/commits/b1b6c261d9b6/ Changeset: b1b6c261d9b6 User: hpk42 Date: 2014-01-27 12:42:06 Summary: allow positional args to tox invocation Affected #: 1 file
diff -r 5105e627d98de316ef9d414b5236e1a18e78c304 -r b1b6c261d9b60d168ab2930a24fb3b24a884790e tox.ini --- a/tox.ini +++ b/tox.ini @@ -24,8 +24,8 @@ mock nose commands= - py.test -n3 -rfsxX \ - --junitxml={envlogdir}/junit-{envname}.xml testing + py.test -n1 -rfsxX \ + --junitxml={envlogdir}/junit-{envname}.xml {posargs:testing} [testenv:py33-xdist] changedir=. Repository URL: https://bitbucket.org/hpk42/pytest/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. _______________________________________________ pytest-commit mailing list pytest-commit@python.org https://mail.python.org/mailman/listinfo/pytest-commit