blob: 41cde6252bc47004f7c2bb3babba84913f40a464 [file] [log] [blame]
version: '{branch}-{build}'
install:
- "SET PATH=C:\\Python27-x64;C:\\Python27-x64\\Scripts;%PATH%"
- "python --version"
- "pip install tox==2.7.0 virtualenv==15.1.0"
# Build the binary after tests
build: false
test_script:
- "tox"