mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-30 10:16:54 +00:00
17 lines
290 B
YAML
17 lines
290 B
YAML
environment:
|
|
matrix:
|
|
- TOXENV: py27
|
|
- TOXENV: py37
|
|
|
|
install:
|
|
- "SET PATH=C:\\Python37;C:\\Python37\\Scripts;%PATH%"
|
|
- pip install tox
|
|
|
|
# Not a C# project
|
|
build: false
|
|
|
|
test_script: tox
|
|
|
|
cache:
|
|
- '%LOCALAPPDATA%\pip\cache'
|
|
- '%USERPROFILE%\.cache\pre-commit'
|