Skip to content

Commit

Permalink
CI: add cache to travis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
swistakm committed Mar 13, 2017
1 parent 21f4261 commit 1ffe2f2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ matrix:
language: python
python: '3.5'

cache:
- pip
- directories:
- $HOME/.pyenv_cache

before_install:
- source ci/travis_before.sh

Expand Down

0 comments on commit 1ffe2f2

Please sign in to comment.