dont run DHT tests, until we can make them run faster
This commit is contained in:
parent
16024c95aa
commit
59c49d2d31
1 changed files with 0 additions and 12 deletions
12
.travis.yml
12
.travis.yml
|
@ -28,18 +28,6 @@ jobs:
|
||||||
after_success:
|
after_success:
|
||||||
- bash <(curl -s https://codecov.io/bash)
|
- 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)
|
|
||||||
|
|
||||||
- name: "Integration Tests"
|
- name: "Integration Tests"
|
||||||
install:
|
install:
|
||||||
- pip install tox-travis coverage
|
- pip install tox-travis coverage
|
||||||
|
|
Loading…
Reference in a new issue