aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2022-11-10 23:30:10 +0000
committerGitHub <[email protected]>2022-11-10 23:30:10 +0000
commitc0a1a36269e5b399ad3fe62e3b1bfac46f641d7a (patch)
tree3ab1c5131d2dd69f3a4144eb6caa1d9659268924 /.circleci/config.yml
parentb5737103aea4837455cfc72502c9ec0729a5d5d8 (diff)
downloadmastodon.py-c0a1a36269e5b399ad3fe62e3b1bfac46f641d7a.tar.gz
Update config.yml
Diffstat (limited to '.circleci/config.yml')
-rw-r--r--.circleci/config.yml2
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:
Powered by cgit v1.2.3 (git 2.41.0)