mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 03:26:53 +00:00
8 lines
92 B
YAML
8 lines
92 B
YAML
language: python
|
|
|
|
python:
|
|
- 2.6
|
|
- 2.7
|
|
|
|
install: pip install virtualenv
|
|
script: make
|