ci: Travis: cache for pre-commit (linting)

This commit is contained in:
Daniel Hahler
2019-04-02 19:47:08 +02:00
parent 911dfdbcb6
commit 875aed976e

View File

@@ -27,6 +27,9 @@ jobs:
- stage: baseline
python: '3.6'
env: TOXENV=linting
cache:
directories:
- $HOME/.cache/pre-commit
- python: '3.6'
env: TOXENV=py36-pytestlatest
- python: '2.7'