diff --git a/tox.ini b/tox.ini index c0a1f5f..ca37197 100644 --- a/tox.ini +++ b/tox.ini @@ -20,3 +20,7 @@ deps = ldap2: python-ldap<3 commands = py.test {env:COVERAGE:} {posargs:--random tests} + + +[pytest] +junit_family=xunit2