Merge pull request #5748 from docker/fix-brew-python

Fix brew python install command
This commit is contained in:
Joffrey F 2018-03-02 15:52:22 -08:00 committed by GitHub
commit 1f84463061
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ jobs:
- checkout
- run:
name: install python3
command: brew update > /dev/null && brew install python3
command: brew update > /dev/null && brew upgrade python
- run:
name: install tox
command: sudo pip install --upgrade tox==2.1.1