Travis: Switch to native pip cache.
This commit is contained in:
parent
e4650d5941
commit
0a5acfdfc7
1 changed files with 1 additions and 3 deletions
|
@ -4,9 +4,7 @@ python:
|
||||||
- "3.3"
|
- "3.3"
|
||||||
- "3.4"
|
- "3.4"
|
||||||
- "3.5"
|
- "3.5"
|
||||||
cache:
|
cache: pip
|
||||||
directories:
|
|
||||||
$HOME/.cache/pip
|
|
||||||
# install libjpeg-dev for Pillow to handle JPEGs
|
# install libjpeg-dev for Pillow to handle JPEGs
|
||||||
sudo: false
|
sudo: false
|
||||||
addons:
|
addons:
|
||||||
|
|
Loading…
Reference in a new issue