Skip to content

Commit

Permalink
CircleCI: set PYTEST_ADDOPTS=-vv
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Nov 29, 2017
1 parent 21d7a53 commit 555056f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ common: &common
- v1-deps-{{ .Environment.CIRCLE_JOB }}-{{ checksum "setup.py" }}
- v1-deps-
- run: pip install --user tox
- run: ~/.local/bin/tox
- run: PYTEST_ADDOPTS=-vv ~/.local/bin/tox
- run:
name: upload coverage results for non-checkqa builds
command: |
Expand Down

0 comments on commit 555056f

Please sign in to comment.