mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-30 10:16:54 +00:00
21 lines
400 B
YAML
21 lines
400 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
|
|
|
|
cache:
|
|
- '%LOCALAPPDATA%\pip\cache'
|
|
- '%USERPROFILE%\.pre-commit'
|