From cd71d4a2f7a0fc20a78b341b526d95947cf7a79a Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Wed, 1 Jan 2020 16:02:11 -0500 Subject: [PATCH] remove double install of coverage package --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 84d1de446..eac4b539f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: