blob: 8df64a51c683e5fc1051e42af3a0a7d7de0255d1 [file] [log] [blame]
environment:
matrix:
- TOXENV: py27
- TOXENV: py36
install:
- "SET PATH=C:\\Python36;C:\\Python36\\Scripts;%PATH%"
- pip install tox
# Not a C# project
build: false
test_script: tox
cache:
- '%LOCALAPPDATA%\pip\cache'
- '%USERPROFILE%\.cache\pre-commit'