Steve Piercy
2016-11-29 968bebc0d1cbb6d85eb446b41c0f4560383c3022
commit | author | age
564c39 1 environment:
MM 2   matrix:
3     - PYTHON: "C:\\Python35"
4       TOXENV: "py35"
c9ee30 5     - PYTHON: "C:\\Python27"
MM 6       TOXENV: "py27"
564c39 7
9089d3 8 cache:
MM 9     - '%LOCALAPPDATA%\pip\Cache'
10
52bfe0 11 version: '{branch}.{build}'
MM 12
564c39 13 install:
MM 14   - "%PYTHON%\\python.exe -m pip install tox"
15
16 build: off
17
18 test_script:
19   - "%PYTHON%\\Scripts\\tox.exe"