pre-commit-hooks/appveyor.yml
Anthony Sottile e70a83fbd6 Add appveyor
2015-01-19 17:19:03 -08:00

17 lines
329 B
YAML

environment:
matrix:
- TOXENV: py27
- TOXENV: py34
install:
- "SET PATH=C:\\Python34;C:\\Python34\\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