Skip to content

Commit

Permalink
use pip specific caching directive in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnny Robeson committed May 5, 2016
1 parent 4869db9 commit dee2c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ after_success:
- "[ ! -z $COVERAGE ] && codecov || true"

cache:
pip: true
directories:
- .tox
- $HOME/.pip-cache/

notifications:
irc:
Expand Down

0 comments on commit dee2c0d

Please sign in to comment.