diff --git a/.circleci/config.yml b/.circleci/config.yml index fe79003..513db1a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -13,7 +13,7 @@ jobs: command: "pip install codecov" - run: name: "Run tests" - command: "python setup.py pytest" + command: "python setup.py pytest --addopts '--junitxml=tests/result.xml'" - store_test_results: path: test - run: