forked from LBRYCommunity/lbry-sdk
travis yaml parse error fix
This commit is contained in:
parent
2a42bda0a0
commit
420ba43d5a
1 changed files with 2 additions and 3 deletions
|
@ -15,7 +15,7 @@ jobs:
|
||||||
script:
|
script:
|
||||||
- pylint --rcfile=setup.cfg torba
|
- pylint --rcfile=setup.cfg torba
|
||||||
- mypy torba
|
- mypy torba
|
||||||
after_success: skip
|
after_success: skip
|
||||||
|
|
||||||
- &unit-tests
|
- &unit-tests
|
||||||
stage: unit tests
|
stage: unit tests
|
||||||
|
@ -25,8 +25,7 @@ jobs:
|
||||||
- <<: *unit-tests
|
- <<: *unit-tests
|
||||||
python: "3.6"
|
python: "3.6"
|
||||||
|
|
||||||
- &integration-tests
|
- stage: integration tests
|
||||||
stage: integration tests
|
|
||||||
install:
|
install:
|
||||||
- pip install tox-travis
|
- pip install tox-travis
|
||||||
- pushd .. && git clone https://github.com/lbryio/electrumx.git --branch lbryumx && popd
|
- pushd .. && git clone https://github.com/lbryio/electrumx.git --branch lbryumx && popd
|
||||||
|
|
Loading…
Reference in a new issue