mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
13 lines
219 B
YAML
13 lines
219 B
YAML
language: python
|
|
|
|
python:
|
|
- 2.6
|
|
- 2.7
|
|
|
|
install: pip install virtualenv
|
|
script: make coverage
|
|
|
|
|
|
before_install:
|
|
- git config --global user.name "Travis CI"
|
|
- git config --global user.email "user@example.com"
|