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 21d7a53 commit 555056fCopy full SHA for 555056f
.circleci/config.yml
@@ -13,7 +13,7 @@ common: &common
13
- v1-deps-{{ .Environment.CIRCLE_JOB }}-{{ checksum "setup.py" }}
14
- v1-deps-
15
- run: pip install --user tox
16
- - run: ~/.local/bin/tox
+ - run: PYTEST_ADDOPTS=-vv ~/.local/bin/tox
17
- run:
18
name: upload coverage results for non-checkqa builds
19
command: |
0 commit comments