Skip to content

Commit

Permalink
back to 'pip install --user tox'
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Jan 2, 2020
1 parent 4484f46 commit 33fe09a
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,9 @@ common: &common
working_directory: ~/repo
steps:
- checkout
- run: python -m venv .venv
- run: .venv/bin/pip install -U pip virtualenv
- run: .venv/bin/pip install tox
- run: .venv/bin/pip freeze
- run: .venv/bin/tox -vv --notest
- 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
- run:
name: upload coverage results for non-checkqa builds
command: |
Expand Down

0 comments on commit 33fe09a

Please sign in to comment.