Skip to content

Commit c76381d

Browse files
committed
Run pytest with color
1 parent b0676f2 commit c76381d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Test
1414
command: |
1515
mkdir test-results
16-
pytest --junitxml=test-results/junit.xml --verbose
16+
pytest --junitxml=test-results/junit.xml --verbose --color=yes
1717
- store_test_results:
1818
path: test-results
1919
workflows:

0 commit comments

Comments
 (0)