Skip to content

Commit

Permalink
sudo to pip install things
Browse files Browse the repository at this point in the history
  • Loading branch information
public committed Apr 22, 2019
1 parent f1e8352 commit 7e2e7f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@ jobs:
- image: circleci/python:3.6
steps:
- checkout
- run: pip install tox
- run: sudo pip install tox
- run: tox -e py36
test-py37:
docker:
- image: circleci/python:3.7
steps:
- checkout
- run: pip install tox
- run: sudo pip install tox
- run: tox -e py37
black-py37:
docker:
- image: circleci/python:3.7
steps:
- checkout
- run: pip install tox
- run: sudo pip install tox
- run: tox -e black

0 comments on commit 7e2e7f6

Please sign in to comment.