mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
pip3?
Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
parent
538e982c93
commit
80ce4eafa7
@ -10,7 +10,7 @@ jobs:
|
||||
command: brew update > /dev/null && brew upgrade python
|
||||
- run:
|
||||
name: install tox
|
||||
command: sudo pip install --upgrade tox==2.1.1
|
||||
command: sudo pip3 install --upgrade tox==2.1.1
|
||||
- run:
|
||||
name: unit tests
|
||||
command: tox -e py27,py36 -- tests/unit
|
||||
|
Loading…
x
Reference in New Issue
Block a user