mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-09-03 02:35:14 +00:00
travis-ci stuff: only run pylint for py27 in tox and checkout lbryschema
This commit is contained in:
parent
17738ad248
commit
49a7408968
2 changed files with 4 additions and 2 deletions
|
@ -12,14 +12,14 @@ addons:
|
||||||
- libffi-dev
|
- libffi-dev
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install tox-travis coverage pylint
|
- pip install tox-travis coverage
|
||||||
- pushd .. && git clone https://github.com/lbryio/electrumx.git --branch packages && popd
|
- pushd .. && git clone https://github.com/lbryio/electrumx.git --branch packages && popd
|
||||||
- pushd .. && git clone https://github.com/lbryio/orchstr8.git && popd
|
- pushd .. && git clone https://github.com/lbryio/orchstr8.git && popd
|
||||||
|
- pushd .. && git clone https://github.com/lbryio/lbryschema.git && popd
|
||||||
- pushd .. && git clone https://github.com/lbryio/lbryumx.git && popd
|
- pushd .. && git clone https://github.com/lbryio/lbryumx.git && popd
|
||||||
- pushd .. && git clone https://github.com/lbryio/torba.git && popd
|
- pushd .. && git clone https://github.com/lbryio/torba.git && popd
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- pylint lbrynet
|
|
||||||
- tox
|
- tox
|
||||||
- rvm install ruby-2.3.1
|
- rvm install ruby-2.3.1
|
||||||
- rvm use 2.3.1 && gem install danger --version '~> 4.0' && danger
|
- rvm use 2.3.1 && gem install danger --version '~> 4.0' && danger
|
||||||
|
|
2
tox.ini
2
tox.ini
|
@ -6,6 +6,7 @@ deps =
|
||||||
coverage
|
coverage
|
||||||
../torba
|
../torba
|
||||||
../lbryschema
|
../lbryschema
|
||||||
|
unit: pylint
|
||||||
integration: ../electrumx
|
integration: ../electrumx
|
||||||
integration: ../orchstr8
|
integration: ../orchstr8
|
||||||
integration: ../lbryumx
|
integration: ../lbryumx
|
||||||
|
@ -15,6 +16,7 @@ setenv =
|
||||||
HOME=/tmp
|
HOME=/tmp
|
||||||
integration: LEDGER=lbrynet.wallet
|
integration: LEDGER=lbrynet.wallet
|
||||||
commands =
|
commands =
|
||||||
|
unit: pylint lbrynet
|
||||||
unit: coverage run -p --source={envsitepackagesdir}/lbrynet -m twisted.trial functional unit
|
unit: coverage run -p --source={envsitepackagesdir}/lbrynet -m twisted.trial functional unit
|
||||||
integration: orchstr8 download
|
integration: orchstr8 download
|
||||||
integration: coverage run -p --source={envsitepackagesdir}/lbrynet -m twisted.trial --reactor=asyncio integration.wallet.test_transactions
|
integration: coverage run -p --source={envsitepackagesdir}/lbrynet -m twisted.trial --reactor=asyncio integration.wallet.test_transactions
|
||||||
|
|
Loading…
Add table
Reference in a new issue