From 78b214ad7d7ea8353113d2ed1bdca05a6e9ab397 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 19 Sep 2019 02:00:59 -0400 Subject: [PATCH] test results are in --- .circleci/config.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8eeea3c..f3457eb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -32,4 +32,7 @@ jobs: # https://nose.readthedocs.io - run: name: $ pytest - command: pytest + command: pytest --junitxml=report.xml + + - store_test_results: + path: report.xml