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 8ada6ba commit 379ce8dCopy full SHA for 379ce8d
.circleci/config.yml
@@ -12,7 +12,8 @@ common: &common
12
- run: .venv/bin/pip install -U pip
13
- run: .venv/bin/pip install tox
14
- run: .venv/bin/pip freeze
15
- - run: PYTEST_ADDOPTS=-vv .venv/bin/tox
+ - run: .venv/bin/tox -vv --notest
16
+ - run: PYTEST_ADDOPTS=-vv .venv/bin/tox -vv
17
- run:
18
name: upload coverage results for non-checkqa builds
19
command: |
0 commit comments