mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-01-06 00:50:56 -06:00
14 lines
210 B
YAML
14 lines
210 B
YAML
language: python
|
|
|
|
python:
|
|
- 2.6
|
|
- 2.7
|
|
|
|
install: pip install virtualenv
|
|
script: make
|
|
|
|
|
|
before_install:
|
|
- git config --global user.name "Travis CI"
|
|
- git config --global user.email "user@example.com"
|