Skip to content

Commit

Permalink
Re-enable pre-commit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
felddy committed May 31, 2019
1 parent 59c0c89 commit 873d49c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ cache:
pip: true
directories:
- "$HOME/.cache/pre-commit"
install:
- pip install --upgrade -r requirements-test.txt
script:
- pre-commit run --all-files
- travis_scripts/build_docker_image.sh
Expand Down
1 change: 1 addition & 0 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pre-commit

0 comments on commit 873d49c

Please sign in to comment.