Michael Merickel
2017-07-08 7ecf62d4d2019796fac335615083773ed662f0b9
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"