Codebase list docker-compose / 28d37b57-2c41-4962-a5a7-6b18859e80f8/1.19.0 appveyor.yml
28d37b57-2c41-4962-a5a7-6b18859e80f8/1.19.0

Tree @28d37b57-2c41-4962-a5a7-6b18859e80f8/1.19.0 (Download .tar.gz)

appveyor.yml @28d37b57-2c41-4962-a5a7-6b18859e80f8/1.19.0raw · history · blame

version: '{branch}-{build}'

install:
  - "SET PATH=C:\\Python27-x64;C:\\Python27-x64\\Scripts;%PATH%"
  - "python --version"
  - "pip install tox==2.1.1 virtualenv==13.1.2"

# Build the binary after tests
build: false

test_script:
  - "tox -e py27,py34 -- tests/unit"
  - ps: ".\\script\\build\\windows.ps1"

artifacts:
  - path: .\dist\docker-compose-Windows-x86_64.exe
    name: "Compose Windows binary"

deploy:
  - provider: Environment
    name: master-builds
    on:
      branch: master