Merge pull request #429 from blueyed/cache-pre-commit

ci: Travis: cache for pre-commit (linting)
This commit is contained in:
Bruno Oliveira
2019-04-02 20:13:43 -03:00
committed by GitHub

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'