mirror of
https://github.com/public-apis/public-apis.git
synced 2025-05-20 12:36:21 +02:00
add pip install requirements to build config
This commit is contained in:
parent
7a54d2af6f
commit
5b30b259e7
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue