Pass xml path directly to pytest

This commit is contained in:
2016-01-14 06:02:40 +05:30
parent a9777dcf35
commit 20d4ea1686
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -14,4 +14,4 @@ test:
- pyenv versions - pyenv versions
- pyenv global 2.7.10 3.3.3 3.4.3 3.5.0 pypy-2.5.0 - pyenv global 2.7.10 3.3.3 3.4.3 3.5.0 pypy-2.5.0
override: override:
- tox -- --junitxml=$CIRCLE_TEST_REPORTS/$PWD/test_result.xml - tox -- $CIRCLE_TEST_REPORTS
+1 -1
View File
@@ -9,4 +9,4 @@ passenv = PYTEST_STATUS_PORT
REDIS_ARGS REDIS_ARGS
commands = pip install . commands = pip install .
py.test -v {posargs} py.test -v --junitxml={posargs:.}/{envname}/junit.xml