瀏覽代碼

Include pip requirements

pull/571/head
Dave Machado 6 年之前
父節點
當前提交
d38b999add
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 948D4778D01A7B3F
共有 2 個檔案被更改,包括 3 行新增0 行删除
  1. +2
    -0
      .travis.yml
  2. +1
    -0
      build/requirements.txt

+ 2
- 0
.travis.yml 查看文件

@@ -2,6 +2,8 @@ language: python
python: "3.6"
notifications:
email: true
install:
- pip install -r build/requirements.txt
before_script:
- cd build
script:


+ 1
- 0
build/requirements.txt 查看文件

@@ -0,0 +1 @@
httplib2==0.9.2

Loading…
取消
儲存