From 5b30b259e765e5835f3b7c5657310fc8a2597f5d Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Thu, 3 Aug 2017 10:37:41 -0400 Subject: [PATCH] add pip install requirements to build config --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 3fbee404..c5f36618 100644 --- a/.travis.yml +++ b/.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: