Skip to content

Commit 555056f

Browse files
committed
CircleCI: set PYTEST_ADDOPTS=-vv
1 parent 21d7a53 commit 555056f

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 @@ common: &common
1313
- v1-deps-{{ .Environment.CIRCLE_JOB }}-{{ checksum "setup.py" }}
1414
- v1-deps-
1515
- run: pip install --user tox
16-
- run: ~/.local/bin/tox
16+
- run: PYTEST_ADDOPTS=-vv ~/.local/bin/tox
1717
- run:
1818
name: upload coverage results for non-checkqa builds
1919
command: |

0 commit comments

Comments
 (0)