forked from LBRYCommunity/lbry-sdk
run DHT tests as their own job
This commit is contained in:
parent
2ee2916f78
commit
923ed80fcf
1 changed files with 13 additions and 1 deletions
14
.travis.yml
14
.travis.yml
|
@ -23,7 +23,19 @@ jobs:
|
|||
- pip install git+https://github.com/lbryio/torba.git
|
||||
- pip install git+https://github.com/lbryio/lbryschema.git
|
||||
- pip install -e .[test]
|
||||
script: HOME=/tmp coverage run --source=lbrynet -m twisted.trial tests.unit tests.functional.dht
|
||||
script: HOME=/tmp coverage run --source=lbrynet -m twisted.trial tests.unit
|
||||
#script: HOME=/tmp coverage run --source=lbrynet -m twisted.trial tests.functional tests.unit
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
|
||||
- stage: test
|
||||
name: "DHT Tests"
|
||||
install:
|
||||
- pip install coverage
|
||||
- pip install git+https://github.com/lbryio/torba.git
|
||||
- pip install git+https://github.com/lbryio/lbryschema.git
|
||||
- pip install -e .[test]
|
||||
script: HOME=/tmp coverage run --source=lbrynet -m twisted.trial tests.functional.dht
|
||||
#script: HOME=/tmp coverage run --source=lbrynet -m twisted.trial tests.functional tests.unit
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
|
|
Loading…
Add table
Reference in a new issue