mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-04 19:26:52 +00:00
Update project setup.
This commit is contained in:
parent
13b4ca54cf
commit
b80ca9e84a
23 changed files with 186 additions and 112 deletions
14
.travis.yml
14
.travis.yml
|
|
@ -1,8 +1,8 @@
|
|||
language: python
|
||||
|
||||
python:
|
||||
- 2.6
|
||||
- 2.7
|
||||
|
||||
install: pip install virtualenv
|
||||
script: make coverage
|
||||
env: # These should match the tox env list
|
||||
- TOXENV=py26
|
||||
- TOXENV=py27
|
||||
- TOXENV=py33
|
||||
- TOXENV=pypy
|
||||
install: pip install tox --use-mirrors
|
||||
script: tox
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue