Browse Source

add pip install requirements to build config

pull/440/head
Dave Machado 6 years ago
parent
commit
5b30b259e7
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      .travis.yml

+ 2
- 0
.travis.yml View File

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


Loading…
Cancel
Save