diff options
-rw-r--r-- | .circleci/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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: | |||
13 | command: "pip install codecov" | 13 | command: "pip install codecov" |
14 | - run: | 14 | - run: |
15 | name: "Run tests" | 15 | name: "Run tests" |
16 | command: "python setup.py pytest" | 16 | command: "python setup.py pytest --addopts '--junitxml=tests/result.xml'" |
17 | - store_test_results: | 17 | - store_test_results: |
18 | path: test | 18 | path: test |
19 | - run: | 19 | - run: |