瀏覽代碼

add pip install requirements to build config

pull/440/head
Dave Machado 6 年之前
父節點
當前提交
5b30b259e7
共有 1 個檔案被更改,包括 2 行新增0 行删除
  1. +2
    -0
      .travis.yml

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

@@ -3,9 +3,11 @@ notifications:
email: false
before_install:
- rvm install 2.4.0
- wget https://raw.githubusercontent.com/davemachado/build-bot/master/build_bot/requirements.txt
install:
- gem install httparty ruby-progressbar
- pip install build-bot
- pip install -r requirements.txt
before_script:
- cd build
script:


Loading…
取消
儲存