使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
注册
登录
michal
/
craftbeerpi3
镜像自地址
https://github.com/Manuel83/craftbeerpi3
关注
1
点赞
0
派生
0
代码
工单
0
版本发布
2
百科
动态
浏览代码
removed special requirements for py.test from travis configuration
pull/147/head
Johannes
8 年前
父节点
82d685d13c
当前提交
8c570be899
共有
1 个文件被更改
,包括
2 次插入
和
2 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+2
-2
.travis.yml
+ 2
- 2
.travis.yml
查看文件
@@ -2,8 +2,8 @@ language: python
python:
- "2.7"
before_install:
- pip install pytest pytest-cov
#
before_install:
#
- pip install pytest pytest-cov
# command to install dependencies
install:
撰写
预览
正在加载...
取消
保存