浏览代码
Include pip requirements
pull/571/head
Dave Machado
7 年前
找不到此签名对应的密钥
GPG 密钥 ID: 948D4778D01A7B3F
共有
2 个文件被更改,包括
3 次插入 和
0 次删除
-
.travis.yml
-
build/requirements.txt
|
|
@@ -2,6 +2,8 @@ language: python |
|
|
|
python: "3.6" |
|
|
|
notifications: |
|
|
|
email: true |
|
|
|
install: |
|
|
|
- pip install -r build/requirements.txt |
|
|
|
before_script: |
|
|
|
- cd build |
|
|
|
script: |
|
|
|
|
|
@@ -0,0 +1 @@ |
|
|
|
httplib2==0.9.2 |