Skip to content

Commit 873d49c

Browse files
committed
Re-enable pre-commit tests
1 parent 59c0c89 commit 873d49c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ cache:
2323
pip: true
2424
directories:
2525
- "$HOME/.cache/pre-commit"
26+
install:
27+
- pip install --upgrade -r requirements-test.txt
2628
script:
2729
- pre-commit run --all-files
2830
- travis_scripts/build_docker_image.sh

requirements-test.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pre-commit

0 commit comments

Comments
 (0)