Use junitxml only in circleci, passed via tox

This commit is contained in:
2016-01-14 05:30:03 +05:30
parent cd856babc1
commit eddfdece18
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 - tox -- --junitxml=$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 --junitxml=$CIRCLE_TEST_REPORTS py.test -v