remove double install of coverage package

This commit is contained in:
Lex Berezhny 2020-01-01 16:02:11 -05:00
parent ed0cc59e66
commit cd71d4a2f7

View file

@ -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: