Skip to content

Commit 4abb7c8

Browse files
committed
back to 'pip install --user tox'
1 parent d2c7853 commit 4abb7c8

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.circleci/config.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,9 @@ common: &common
88
working_directory: ~/repo
99
steps:
1010
- 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
11+
- run: pip install --user tox
12+
- run: ~/.local/bin/tox -vv --notest
13+
- run: PYTEST_ADDOPTS=-vv ~/.local/bin/tox -vv
1714
- run:
1815
name: upload coverage results for non-checkqa builds
1916
command: |

0 commit comments

Comments
 (0)