ソースを参照

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

読み込み中…
キャンセル
保存