appveyor.yml 421 B

1234567891011121314151617181920
  1. version: '{branch}-{build}'
  2. install:
  3. - "SET PATH=C:\\Python27-x64;C:\\Python27-x64\\Scripts;%PATH%"
  4. - "python --version"
  5. - "pip install tox==2.1.1 virtualenv==13.1.2"
  6. # Build the binary after tests
  7. build: false
  8. test_script:
  9. - "tox -e py27,py34 -- tests/unit"
  10. after_test:
  11. - ps: ".\\script\\build-windows.ps1"
  12. artifacts:
  13. - path: .\dist\docker-compose-Windows-x86_64.exe
  14. name: "Compose Windows binary"