.travis.yml
This commit is contained in:
parent
74a9e17178
commit
879ae5cc72
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 --single-branch --branch sqltrie https://github.com/lbryio/torba.git && git branch && popd
|
- pushd .. && git clone --single-branch --branch sqltrie https://github.com/lbryio/torba.git && pushd torba && git branch && popd && popd
|
||||||
script: tox
|
script: tox
|
||||||
after_success:
|
after_success:
|
||||||
- coverage combine tests/
|
- coverage combine tests/
|
||||||
|
|
Loading…
Add table
Reference in a new issue