Skip to content

Commit

Permalink
Merge pull request #1990 from jrobeson/add-tox-caching
Browse files Browse the repository at this point in the history
Cache tox and pip directories for travis
  • Loading branch information
jackwilsdon committed May 5, 2016
2 parents 5afae0e + dee2c0d commit db36d68
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 @@ -33,6 +33,11 @@ before_install:
after_success:
- "[ ! -z $COVERAGE ] && codecov || true"

cache:
pip: true
directories:
- .tox

notifications:
irc:
channels:
Expand Down

0 comments on commit db36d68

Please sign in to comment.