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