From 2ee2916f78eb20562ef7bd8aee7863fb126f9f1c Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Fri, 27 Jul 2018 17:30:33 -0400 Subject: [PATCH] run functional DHT tests on travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 130a21b9a..72c221f38 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,7 @@ 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 + 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.functional tests.unit after_success: - bash <(curl -s https://codecov.io/bash)