We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0676f2 commit c76381dCopy full SHA for c76381d
.circleci/config.yml
@@ -13,7 +13,7 @@ jobs:
13
name: Test
14
command: |
15
mkdir test-results
16
- pytest --junitxml=test-results/junit.xml --verbose
+ pytest --junitxml=test-results/junit.xml --verbose --color=yes
17
- store_test_results:
18
path: test-results
19
workflows:
0 commit comments