forked from LBRYCommunity/lbry-sdk
gitlab: use ubuntu on datanetwork tests
This commit is contained in:
parent
ce7a985df6
commit
3f718e6efc
1 changed files with 2 additions and 1 deletions
|
@ -39,9 +39,10 @@ test:unit:
|
||||||
|
|
||||||
test:datanetwork-integration:
|
test:datanetwork-integration:
|
||||||
stage: test
|
stage: test
|
||||||
|
image: ubuntu:18.04
|
||||||
script:
|
script:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get install -y libboost1.65-all-dev
|
- apt-get install -y libboost1.65-all-dev python3.7-dev
|
||||||
- pip install tox-travis
|
- pip install tox-travis
|
||||||
- tox -e datanetwork
|
- tox -e datanetwork
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue