Skip to content

Commit 379ce8d

Browse files
committed
tox: --notest first, -vv
1 parent 8ada6ba commit 379ce8d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ common: &common
1212
- run: .venv/bin/pip install -U pip
1313
- run: .venv/bin/pip install tox
1414
- run: .venv/bin/pip freeze
15-
- run: PYTEST_ADDOPTS=-vv .venv/bin/tox
15+
- run: .venv/bin/tox -vv --notest
16+
- run: PYTEST_ADDOPTS=-vv .venv/bin/tox -vv
1617
- run:
1718
name: upload coverage results for non-checkqa builds
1819
command: |

0 commit comments

Comments
 (0)