| version: '{branch}-{build}' | |
| install: | |
| - "SET PATH=C:\\Python37-x64;C:\\Python37-x64\\Scripts;%PATH%" | |
| - "python --version" | |
| - "python -m pip install --upgrade pip" | |
| - "pip install tox==2.9.1" | |
| # Build the binary after tests | |
| build: false | |
| test_script: | |
| - "tox" |