From 8dee83aac0934ef370a264c639c6d268253c8fe3 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Sun, 5 May 2019 00:00:32 -0400 Subject: [PATCH] disable cache for integration tests while using custom torba branch --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 04e54d787..a373835b6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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/