forked from LBRYCommunity/lbry-sdk
add danger; build in venv
This commit is contained in:
parent
205fd66a18
commit
e1455c3a0d
1 changed files with 5 additions and 0 deletions
|
@ -19,6 +19,10 @@ cache:
|
|||
- $HOME/Library/Caches/pip
|
||||
- $TRAVIS_BUILD_DIR/cache/wheel
|
||||
|
||||
before_install:
|
||||
- virtualenv venv
|
||||
- source venv/bin/activate
|
||||
|
||||
install:
|
||||
- pip install -U pip
|
||||
- pip install -r requirements.txt
|
||||
|
@ -28,3 +32,4 @@ script:
|
|||
- ./run_pylint.sh
|
||||
- pip install mock trial
|
||||
- ./run_tests.sh
|
||||
- rvm use 2.3.1 && gem install danger --version '~> 4.0' && danger; fi
|
||||
|
|
Loading…
Reference in a new issue