blob: 30eab46111f65af3e3f8c3db87b440e265509f0b [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
before_test:
- git config --global user.name "AppVeyor CI"
- git config --global user.email "user@example.com"
test_script: tox
cache:
- '%LOCALAPPDATA%\pip\cache'
- '%USERPROFILE%\.pre-commit'