integration tests should clone sqltrie torba branch
This commit is contained in:
parent
266f94bc95
commit
5e97215eaa
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ jobs:
|
||||||
- name: "Integration Tests"
|
- name: "Integration Tests"
|
||||||
install:
|
install:
|
||||||
- pip install tox-travis coverage
|
- 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
|
script: tox
|
||||||
after_success:
|
after_success:
|
||||||
- coverage combine tests/
|
- coverage combine tests/
|
||||||
|
|
Loading…
Add table
Reference in a new issue