From cd856babc1b7007ed235b44e60b67c1e55974440 Mon Sep 17 00:00:00 2001 From: Abhas Bhattacharya Date: Thu, 14 Jan 2016 05:23:59 +0530 Subject: [PATCH] pytest create junitxml report on circleci --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 64a7b22..1ac1e4c 100644 --- a/tox.ini +++ b/tox.ini @@ -9,4 +9,4 @@ passenv = PYTEST_STATUS_PORT REDIS_ARGS commands = pip install . - py.test -v + py.test -v --junitxml=$CIRCLE_TEST_REPORTS