使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
注册
登录
free
/
searx
关注
1
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
11
百科
动态
浏览代码
[fix] also cache "/.cache/pip"
Thomas Pointhuber
10 年前
父节点
ae5bf6e49f
当前提交
e9c33572e9
共有
1 个文件被更改
,包括
2 次插入
和
0 次删除
合并视图
显示文件统计
2
0
.travis.yml
+ 2
- 0
.travis.yml
查看文件
2
cache:
2
cache:
3
- pip
3
- pip
4
- npm
4
- npm
5
+ directories:
6
+ - $HOME/.cache/pip
5
language: python
7
language: python
6
python:
8
python:
7
- "2.7"
9
- "2.7"