renamed integration tests to be clearer in gitlab UI

This commit is contained in:
Lex Berezhny 2019-12-31 20:20:38 -05:00
parent 08bec02170
commit d4f1b48f52

View file

@ -37,19 +37,19 @@ test:unit:
- make install tools - make install tools
- HOME=/tmp coverage run -p --source=lbry -m unittest discover -vv tests.unit - HOME=/tmp coverage run -p --source=lbry -m unittest discover -vv tests.unit
test:integration-datanetwork: test:datanetwork-integration:
stage: test stage: test
script: script:
- pip install coverage tox-travis - pip install coverage tox-travis
- tox -e datanetwork - tox -e datanetwork
test:integration-blockchain: test:blockchain-integration:
stage: test stage: test
script: script:
- pip install coverage tox-travis - pip install coverage tox-travis
- tox -e blockchain - tox -e blockchain
test:integration-other: test:other-integration:
stage: test stage: test
script: script:
- pip install coverage tox-travis - pip install coverage tox-travis