mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-19 00:54:42 +04:00
Add appveyor.yml
This commit is contained in:
parent
143ed94500
commit
161cff73b5
1 changed files with 18 additions and 0 deletions
18
appveyor.yml
Normal file
18
appveyor.yml
Normal file
|
|
@ -0,0 +1,18 @@
|
||||||
|
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"
|
||||||
|
|
||||||
|
# Workaround for http://help.appveyor.com/discussions/problems/1531-having-issues-with-configured-git-bash
|
||||||
|
test_script: bash -c tox
|
||||||
Loading…
Add table
Add a link
Reference in a new issue