Skip to content

Commit

Permalink
Cache pre-commit envs in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Oct 27, 2017
1 parent 330e26d commit cdbd8f3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ python:
- 3.6-dev
- nightly

cache: pip
cache:
pip: true
directories:
- $HOME/.cache/pre-commit

before_install:
- pip install -U pip setuptools wheel
Expand Down

0 comments on commit cdbd8f3

Please sign in to comment.