From f0b5efd607c3cb09aac022fe9eac0cba9e0583df Mon Sep 17 00:00:00 2001 From: Abhas Bhattacharya Date: Thu, 14 Jan 2016 06:14:52 +0530 Subject: [PATCH] When not circleci, put reports in a more understandable folder name --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 0375dc3..ac467a4 100644 --- a/tox.ini +++ b/tox.ini @@ -9,4 +9,4 @@ passenv = PYTEST_STATUS_PORT REDIS_ARGS commands = pip install . - py.test -v --junitxml={posargs:.}/{envname}/junit.xml + py.test -v --junitxml={posargs:junit_xml_reports}/{envname}/junit.xml