Sign in
chromium
/
external
/
github.com
/
docker
/
docker-py
/
buildkit
/
.
/
appveyor.yml
blob: d659b586eebd4681bf569f9c37498beca87ab98c [
file
]
version:
'{branch}-{build}'
install:
-
"SET PATH=C:\\Python27-x64;C:\\Python27-x64\\Scripts;%PATH%"
-
"python --version"
-
"pip install tox==2.9.1"
# Build the binary after tests
build:
false
test_script:
-
"tox"