1
0
mirror of https://github.com/searxng/searxng.git synced 2024-06-26 00:30:32 +02:00

[fix] also cache "/.cache/pip"

This commit is contained in:
Thomas Pointhuber 2015-09-01 20:02:08 +02:00
parent ae5bf6e49f
commit e9c33572e9

View File

@ -2,6 +2,8 @@ sudo: false
cache:
- pip
- npm
directories:
- $HOME/.cache/pip
language: python
python:
- "2.7"