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