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:
stage: test
script:
- pip install coverage tox-travis
- pip install tox-travis
- tox -e datanetwork
test:blockchain-integration:
stage: test
script:
- pip install coverage tox-travis
- pip install tox-travis
- tox -e blockchain
test:other-integration:
stage: test
script:
- pip install coverage tox-travis
- pip install tox-travis
- tox -e other
test:json-api: