File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ env: # These should match the tox env list
55 - TOXENV=py33
66 - TOXENV=py34
77 - TOXENV=pypy
8- install : pip install tox --use-mirrors
8+ install : pip install coveralls tox --use-mirrors
99script : tox
10-
11-
1210# Special snowflake. Our tests depend on making real commits.
1311before_install :
1412 - git config --global user.name "Travis CI"
1513 - git config --global user.email "user@example.com"
14+ after_success :
15+ - coveralls
Original file line number Diff line number Diff line change 11[ ![ Build Status] ( https://travis-ci.org/pre-commit/pre-commit.svg?branch=master )] ( https://travis-ci.org/pre-commit/pre-commit )
2+ [ ![ Coverage Status] ( https://img.shields.io/coveralls/pre-commit/pre-commit.svg?branch=master )] ( https://coveralls.io/r/pre-commit/pre-commit )
23
34pre-commit
45==========
You can’t perform that action at this time.
0 commit comments