1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18environment: matrix: - TOXENV: py27 - TOXENV: py37 install: - "SET PATH=C:\\Python37;C:\\Python37\\Scripts;%PATH%" - pip install tox # Not a C# project build: false test_script: tox cache: - '%LOCALAPPDATA%\pip\cache' - '%USERPROFILE%\.cache\pre-commit'