Skip to content

Commit

Permalink
use pip cache in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
mmckerns committed Jun 14, 2021
1 parent a32957e commit bc8fb37
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 @@ -42,7 +42,7 @@ matrix:
fast_finish: true

cache:
pip: false
pip: true

before_install:
- set -e # fail on any error
Expand Down

0 comments on commit bc8fb37

Please sign in to comment.