diff --git a/.travis.yml b/.travis.yml index 96e3f73d6..f47917e95 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 + - pip install git+https://github.com/lbryio/torba.git#egg=torba[server] - 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 + - pip install git+https://github.com/lbryio/torba.git#egg=torba[server] - pip install -e .[test] script: - HOME=/tmp coverage run -p --source=lbrynet -m unittest discover -v tests.unit.wallet