forked from LBRYCommunity/lbry-sdk
remove double install of coverage package
This commit is contained in:
parent
ed0cc59e66
commit
cd71d4a2f7
1 changed files with 3 additions and 3 deletions
|
@ -40,19 +40,19 @@ test:unit:
|
||||||
test:datanetwork-integration:
|
test:datanetwork-integration:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- pip install coverage tox-travis
|
- pip install tox-travis
|
||||||
- tox -e datanetwork
|
- tox -e datanetwork
|
||||||
|
|
||||||
test:blockchain-integration:
|
test:blockchain-integration:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- pip install coverage tox-travis
|
- pip install tox-travis
|
||||||
- tox -e blockchain
|
- tox -e blockchain
|
||||||
|
|
||||||
test:other-integration:
|
test:other-integration:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- pip install coverage tox-travis
|
- pip install tox-travis
|
||||||
- tox -e other
|
- tox -e other
|
||||||
|
|
||||||
test:json-api:
|
test:json-api:
|
||||||
|
|
Loading…
Reference in a new issue