mirror of
https://github.com/docker/compose.git
synced 2026-09-19 11:08:11 +00:00
Harmonize tox and virtualenv versions
- Set all tox versions to 2.9.1 - Set all virtualenv version to 16.2.0 Signed-off-by: Ulysses Souza <ulysses.souza@docker.com>
This commit is contained in:
parent
a734371e7f
commit
bb0bd3b26b
4 changed files with 4 additions and 4 deletions
|
|
@ -36,7 +36,7 @@ if ! [ -x "$(command -v python3)" ]; then
|
|||
brew install python3
|
||||
fi
|
||||
if ! [ -x "$(command -v virtualenv)" ]; then
|
||||
pip install virtualenv
|
||||
pip install virtualenv==16.2.0
|
||||
fi
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue