diff --git a/.travis.yml b/.travis.yml index a3e5fc4..0bfeae6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/README.md b/README.md index 031edfd..ea35111 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/tox.ini b/tox.ini index bf2eba2..34ec112 100644 --- a/tox.ini +++ b/tox.ini @@ -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