Michael Merickel
2018-10-26 035f6cf8238211d097c991677fde6b5bc046a57b
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"
f9da0b 9     - PYTHON: "C:\\Python34"
MM 10       TOXENV: "py34"
c9ee30 11     - PYTHON: "C:\\Python27"
MM 12       TOXENV: "py27"
564c39 13
9089d3 14 cache:
MM 15     - '%LOCALAPPDATA%\pip\Cache'
16
52bfe0 17 version: '{branch}.{build}'
MM 18
564c39 19 install:
MM 20   - "%PYTHON%\\python.exe -m pip install tox"
21
22 build: off
23
24 test_script:
25   - "%PYTHON%\\Scripts\\tox.exe"