mirror of https://github.com/docker/compose.git
16 lines
276 B
YAML
16 lines
276 B
YAML
|
|
||
|
install:
|
||
|
- "SET PATH=C:\\Python27-x64;C:\\Python27-x64\\Scripts;%PATH%"
|
||
|
- "python --version"
|
||
|
- "pip install tox==2.1.1"
|
||
|
|
||
|
|
||
|
# Build the binary after tests
|
||
|
build: false
|
||
|
|
||
|
test_script:
|
||
|
- "tox -e py27,py34 -- tests/unit"
|
||
|
|
||
|
after_test:
|
||
|
- ps: ".\\script\\build-windows.ps1"
|