Steve Piercy
2018-09-22 167f35a5f7a5b693b143d591b6d19c8d9887a154
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"