Merge pull request #33 from pre-commit/appveyor

Add appveyor
This commit is contained in:
Anthony Sottile 2015-01-19 17:42:00 -08:00
commit 6bd93dca39

17
appveyor.yml Normal file
View file

@ -0,0 +1,17 @@
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