forked from LBRYCommunity/lbry-sdk
more fixes for build
This commit is contained in:
parent
8b9fef4ed5
commit
87b7e5c742
2 changed files with 2 additions and 1 deletions
|
@ -33,7 +33,7 @@ install:
|
||||||
- pip install .
|
- pip install .
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
- pip install mock pylint
|
||||||
- ./run_pylint.sh
|
- ./run_pylint.sh
|
||||||
- pip install mock trial
|
|
||||||
- ./run_tests.sh
|
- ./run_tests.sh
|
||||||
- rvm use 2.3.1 && gem install danger --version '~> 4.0' && danger; fi
|
- rvm use 2.3.1 && gem install danger --version '~> 4.0' && danger; fi
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
|
||||||
|
set -eu
|
||||||
|
|
||||||
# Ignoring distutils because: https://github.com/PyCQA/pylint/issues/73
|
# Ignoring distutils because: https://github.com/PyCQA/pylint/issues/73
|
||||||
# TODO: as code quality improves, make pylint be more strict
|
# TODO: as code quality improves, make pylint be more strict
|
||||||
|
|
Loading…
Reference in a new issue