Skip to content

Commit

Permalink
fix: travis-ci pip cache (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz authored Apr 6, 2019
1 parent a433d63 commit 60635e3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ language: c
os:
- linux
sudo: false
cache: pip
cache:
directories:
- $HOME/.cache/pip

env:
global:
Expand All @@ -22,4 +24,4 @@ install:
- source ci-helpers/travis/setup_conda.sh

script:
- tox
- tox

0 comments on commit 60635e3

Please sign in to comment.