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