We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 911dfdb commit 875aed9Copy full SHA for 875aed9
1 file changed
.travis.yml
@@ -27,6 +27,9 @@ jobs:
27
- stage: baseline
28
python: '3.6'
29
env: TOXENV=linting
30
+ cache:
31
+ directories:
32
+ - $HOME/.cache/pre-commit
33
- python: '3.6'
34
env: TOXENV=py36-pytestlatest
35
- python: '2.7'
0 commit comments