Skip to content

Commit

Permalink
Simplify pip cache declaration on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelAquilina committed Aug 7, 2017
1 parent f1ddce2 commit a4e53b8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,4 @@ script:
- python setup.py install && s4 version
after_success:
- codecov
cache:
directories:
- $HOME/.cache/pip
before_cache:
- rm -f $HOME/.cache/pip/log/debug.log
cache: pip

0 comments on commit a4e53b8

Please sign in to comment.