mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-01-06 09:00:02 -06:00
9 lines
92 B
YAML
9 lines
92 B
YAML
language: python
|
|
|
|
python:
|
|
- 2.6
|
|
- 2.7
|
|
|
|
install: pip install virtualenv
|
|
script: make
|