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"