lbry-sdk/.travis.yml

36 lines
883 B
YAML
Raw Normal View History

2017-02-15 11:10:40 -06:00
language: python
2018-07-06 18:31:35 -04:00
python:
- "2.7"
- "3.6"
2017-02-15 11:10:40 -06:00
addons:
2017-10-25 12:52:41 -04:00
apt:
2017-02-15 11:10:40 -06:00
packages:
- libgmp3-dev
- build-essential
- libssl-dev
- libffi-dev
2017-10-25 12:26:04 -04:00
2016-05-27 15:40:30 -05:00
install:
- pip install tox-travis coverage
2018-07-09 22:40:52 -04:00
- pushd .. && git clone https://github.com/lbryio/electrumx.git --branch lbryumx && popd
2018-07-06 18:31:35 -04:00
- pushd .. && git clone https://github.com/lbryio/orchstr8.git && popd
- pushd .. && git clone https://github.com/lbryio/lbryschema.git && popd
2018-07-06 18:31:35 -04:00
- pushd .. && git clone https://github.com/lbryio/lbryumx.git && popd
- pushd .. && git clone https://github.com/lbryio/torba.git && popd
script:
2018-07-06 18:31:35 -04:00
- tox
2017-06-21 21:22:17 -04:00
- rvm install ruby-2.3.1
2017-02-15 11:43:32 -06:00
- rvm use 2.3.1 && gem install danger --version '~> 4.0' && danger
2018-07-06 18:31:35 -04:00
after_success:
- coverage combine tests/
- bash <(curl -s https://codecov.io/bash)
cache:
directories:
- $HOME/.cache/pip
- $HOME/Library/Caches/pip
- $TRAVIS_BUILD_DIR/.tox