From 23e82e44d784c0ea706ccff4852b498bfc227e70 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 19 Sep 2019 02:05:36 -0400 Subject: [PATCH] t --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f3457eb..5290c81 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -32,7 +32,7 @@ jobs: # https://nose.readthedocs.io - run: name: $ pytest - command: pytest --junitxml=report.xml + command: set -ex && mkdir -p reports && pytest --junitxml=reports/pytest.xml - store_test_results: - path: report.xml + path: reports