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