From fceb2ae0a2d219f920f849df34776baef848c2b6 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Sun, 4 Nov 2018 05:37:28 -0500 Subject: [PATCH] hmm --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5c69d56af..96e3f73d6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ jobs: name: "pylint lbrynet" install: - pip install pylint - - pip install git+https://github.com/lbryio/torba.git[server] + - pip install git+https://github.com/lbryio/torba.git - pip install -e .[wallet-server] script: pylint lbrynet @@ -19,7 +19,7 @@ jobs: name: "Unit Tests w/ Python 3.7" install: - pip install coverage - - pip install git+https://github.com/lbryio/torba.git[server] + - pip install git+https://github.com/lbryio/torba.git - pip install -e .[test] script: - HOME=/tmp coverage run -p --source=lbrynet -m unittest discover -v tests.unit.wallet