We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2c7853 commit 4abb7c8Copy full SHA for 4abb7c8
.circleci/config.yml
@@ -8,12 +8,9 @@ common: &common
8
working_directory: ~/repo
9
steps:
10
- checkout
11
- - run: python -m venv .venv
12
- - run: .venv/bin/pip install -U pip virtualenv
13
- - run: .venv/bin/pip install tox
14
- - run: .venv/bin/pip freeze
15
- - run: .venv/bin/tox -vv --notest
16
- - run: PYTEST_ADDOPTS=-vv .venv/bin/tox -vv
+ - run: pip install --user tox
+ - run: ~/.local/bin/tox -vv --notest
+ - run: PYTEST_ADDOPTS=-vv ~/.local/bin/tox -vv
17
- run:
18
name: upload coverage results for non-checkqa builds
19
command: |
0 commit comments