mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-29 18:16:52 +00:00
Add appveyor
This commit is contained in:
parent
e39cfdf454
commit
e70a83fbd6
1 changed files with 17 additions and 0 deletions
17
appveyor.yml
Normal file
17
appveyor.yml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue