mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-19 09:04:41 +04:00
Initial commit.
This commit is contained in:
commit
7bb7f4a483
10 changed files with 329 additions and 0 deletions
8
.travis.yml
Normal file
8
.travis.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
language: python
|
||||
|
||||
python:
|
||||
- 2.6
|
||||
- 2.7
|
||||
|
||||
install: pip install virtualenv
|
||||
script: make
|
||||
Loading…
Add table
Add a link
Reference in a new issue