mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
Install both versions of python
Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
parent
ca012640c1
commit
742979371d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user