diff --git a/circle.yml b/circle.yml index fbb3415..ecdb34f 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 + - tox -- --junitxml=$CIRCLE_TEST_REPORTS diff --git a/tox.ini b/tox.ini index 1ac1e4c..64a7b22 100644 --- a/tox.ini +++ b/tox.ini @@ -9,4 +9,4 @@ passenv = PYTEST_STATUS_PORT REDIS_ARGS commands = pip install . - py.test -v --junitxml=$CIRCLE_TEST_REPORTS + py.test -v