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:
|
||||
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:
|
||||
|
|
Loading…
Reference in a new issue