mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-07 04:26:52 +00:00
Add coveralls
This commit is contained in:
parent
2dabff7f9c
commit
5c7c61673a
2 changed files with 4 additions and 1 deletions
|
|
@ -5,5 +5,7 @@ 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
|
||||
after_success:
|
||||
- coveralls
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue