integration tests should clone sqltrie torba branch

This commit is contained in:
Lex Berezhny 2019-04-27 14:36:43 -04:00
parent 266f94bc95
commit 5e97215eaa

View file

@ -29,7 +29,7 @@ jobs:
- name: "Integration Tests"
install:
- pip install tox-travis coverage
- pushd .. && git clone https://github.com/lbryio/torba.git && popd
- pushd .. && git clone --single-branch --branch sqltrie https://github.com/lbryio/torba.git && popd
script: tox
after_success:
- coverage combine tests/