diff --git a/circle.yml b/circle.yml index 864883d..0accb45 100644 --- a/circle.yml +++ b/circle.yml @@ -14,4 +14,4 @@ test: - pyenv versions - pyenv global 2.7.10 3.3.3 3.4.3 3.5.0 pypy-2.5.0 override: - - tox -- --junitxml=$CIRCLE_TEST_REPORTS/$PWD/test_result.xml + - tox -- $CIRCLE_TEST_REPORTS diff --git a/tox.ini b/tox.ini index 7cb7cdf..0375dc3 100644 --- a/tox.ini +++ b/tox.ini @@ -9,4 +9,4 @@ passenv = PYTEST_STATUS_PORT REDIS_ARGS commands = pip install . - py.test -v {posargs} + py.test -v --junitxml={posargs:.}/{envname}/junit.xml