disable cache for integration tests while using custom torba branch
This commit is contained in:
parent
879ae5cc72
commit
8dee83aac0
1 changed files with 2 additions and 1 deletions
|
@ -27,9 +27,10 @@ jobs:
|
|||
- bash <(curl -s https://codecov.io/bash)
|
||||
|
||||
- name: "Integration Tests"
|
||||
cache: false
|
||||
install:
|
||||
- pip install tox-travis coverage
|
||||
- pushd .. && git clone --single-branch --branch sqltrie https://github.com/lbryio/torba.git && pushd torba && git branch && popd && popd
|
||||
- pushd .. && git clone --single-branch --branch sqltrie https://github.com/lbryio/torba.git && popd
|
||||
script: tox
|
||||
after_success:
|
||||
- coverage combine tests/
|
||||
|
|
Loading…
Add table
Reference in a new issue