diff --git a/.travis.yml b/.travis.yml index 18c6751..2c84efe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,11 @@ python: - 3.7 - 3.6 +cache: + pip: true + directories: + - "$HOME/.cache/pre-commit" + stages: - lint - test