.travis.yml

This commit is contained in:
Lex Berezhny 2019-05-04 23:55:07 -04:00
parent 74a9e17178
commit 879ae5cc72

View file

@ -29,7 +29,7 @@ jobs:
- name: "Integration Tests"
install:
- 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
after_success:
- coverage combine tests/