mirror of https://github.com/docker/compose.git
Merge pull request #5748 from docker/fix-brew-python
Fix brew python install command
This commit is contained in:
commit
1f84463061
|
@ -7,7 +7,7 @@ jobs:
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
name: install python3
|
name: install python3
|
||||||
command: brew update > /dev/null && brew install python3
|
command: brew update > /dev/null && brew upgrade python
|
||||||
- run:
|
- run:
|
||||||
name: install tox
|
name: install tox
|
||||||
command: sudo pip install --upgrade tox==2.1.1
|
command: sudo pip install --upgrade tox==2.1.1
|
||||||
|
|
Loading…
Reference in New Issue