summaryrefslogtreecommitdiff
path: root/appveyor.yml
blob: e4f39544a0add2e2b440b836dfd56059034bce26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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