mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 00:04:42 +04:00
Add coveralls
This commit is contained in:
parent
76728cee53
commit
d6a36f1331
2 changed files with 4 additions and 3 deletions
|
|
@ -5,11 +5,11 @@ env: # These should match the tox env list
|
|||
- TOXENV=py33
|
||||
- TOXENV=py34
|
||||
- TOXENV=pypy
|
||||
install: pip install tox --use-mirrors
|
||||
install: pip install coveralls tox --use-mirrors
|
||||
script: tox
|
||||
|
||||
|
||||
# Special snowflake. Our tests depend on making real commits.
|
||||
before_install:
|
||||
- git config --global user.name "Travis CI"
|
||||
- git config --global user.email "user@example.com"
|
||||
after_success:
|
||||
- coveralls
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
[](https://travis-ci.org/pre-commit/pre-commit)
|
||||
[](https://coveralls.io/r/pre-commit/pre-commit)
|
||||
|
||||
pre-commit
|
||||
==========
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue