Test and build on 3.6 (replaces 3.4) ; dist 3.6-compiled binaries

Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
Joffrey F 2018-01-18 17:19:22 -08:00
parent 8725385813
commit a0f78539b6
18 changed files with 76 additions and 35 deletions

View file

@ -3,7 +3,7 @@
set -ex
TARGET=dist/docker-compose-$(uname -s)-$(uname -m)
VENV=/code/.tox/py27
VENV=/code/.tox/py36
mkdir -p `pwd`/dist
chmod 777 `pwd`/dist