mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-15 01:51:46 +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=py33
|
||||||
- TOXENV=py34
|
- TOXENV=py34
|
||||||
- TOXENV=pypy
|
- TOXENV=pypy
|
||||||
install: pip install tox --use-mirrors
|
install: pip install coveralls tox --use-mirrors
|
||||||
script: tox
|
script: tox
|
||||||
|
|
||||||
|
|
||||||
# Special snowflake. Our tests depend on making real commits.
|
# Special snowflake. Our tests depend on making real commits.
|
||||||
before_install:
|
before_install:
|
||||||
- git config --global user.name "Travis CI"
|
- git config --global user.name "Travis CI"
|
||||||
- git config --global user.email "user@example.com"
|
- git config --global user.email "user@example.com"
|
||||||
|
after_success:
|
||||||
|
- coveralls
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
[](https://travis-ci.org/pre-commit/pre-commit)
|
[](https://travis-ci.org/pre-commit/pre-commit)
|
||||||
|
[](https://coveralls.io/r/pre-commit/pre-commit)
|
||||||
|
|
||||||
pre-commit
|
pre-commit
|
||||||
==========
|
==========
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue