Merge pull request #4 from CalthorpeAnalytics/disable-coveralls

Disable coveralls reporting
This commit is contained in:
Jamie Alessio 2017-02-27 13:21:00 -08:00 committed by GitHub
commit 61d0735ca8
3 changed files with 6 additions and 5 deletions

View file

@ -8,7 +8,8 @@ matrix:
- env: TOXENV=py36
python: 3.6
- env: TOXENV=pypy
install: pip install coveralls tox
#install: pip install coveralls tox
install: pip install tox
script: tox
before_install:
# Install git-lfs for a test

View file

@ -1,4 +1,4 @@
[![Build Status](https://travis-ci.org/pre-commit/pre-commit-hooks.svg?branch=master)](https://travis-ci.org/pre-commit/pre-commit-hooks)
[![Build Status](https://travis-ci.org/CalthorpeAnalytics/pre-commit-hooks.svg?branch=master)](https://travis-ci.org/CalthorpeAnalytics/pre-commit-hooks)
[![Coverage Status](https://coveralls.io/repos/github/pre-commit/pre-commit-hooks/badge.svg?branch=master)](https://coveralls.io/github/pre-commit/pre-commit-hooks?branch=master)
[![Build status](https://ci.appveyor.com/api/projects/status/dfcpng35u4g0r0t1/branch/master?svg=true)](https://ci.appveyor.com/project/asottile/pre-commit-hooks/branch/master)

View file

@ -12,9 +12,9 @@ setenv =
GIT_AUTHOR_EMAIL = "test@example.com"
GIT_COMMITTER_EMAIL = "test@example.com"
commands =
coverage erase
coverage run -m pytest {posargs:tests}
coverage report --show-missing --fail-under 100
# coverage erase
# coverage run -m pytest {posargs:tests}
# coverage report --show-missing --fail-under 100
pre-commit install -f --install-hooks
pre-commit run --all-files