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