aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 6a57cd3..32a2a1e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,7 +11,9 @@ before_install:
- nvm use v12.18.1
install:
+ - pip install pre-commit
- pip install -e .[test]
script:
+ - pre-commit run --all-files --show-diff-on-failure
- green -vv -a ./tests