mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-06 12:06:53 +00:00
Run pre-commit during test
This commit is contained in:
parent
e306ff3b7d
commit
3a3a7a153a
7 changed files with 20 additions and 21 deletions
|
|
@ -6,7 +6,7 @@ env: # These should match the tox env list
|
|||
- TOXENV=py34
|
||||
- TOXENV=pypy
|
||||
- TOXENV=pypy3
|
||||
install: pip install coveralls tox --use-mirrors
|
||||
install: pip install coveralls tox
|
||||
script: tox
|
||||
# Special snowflake. Our tests depend on making real commits.
|
||||
before_install:
|
||||
|
|
@ -15,3 +15,7 @@ before_install:
|
|||
after_success:
|
||||
- coveralls
|
||||
sudo: false
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.cache/pip
|
||||
- $HOME/.pre-commit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue