From eddfdece18d069acf069e008b9d960a9c159e290 Mon Sep 17 00:00:00 2001 From: Abhas Bhattacharya Date: Thu, 14 Jan 2016 05:30:03 +0530 Subject: [PATCH] Use junitxml only in circleci, passed via tox --- circle.yml | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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