diff --git a/.travis.yml b/.travis.yml index 5f437297c..993a416cb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,12 +4,16 @@ language: python python: - 3.6 - 3.7 +git: + depth: false addons: apt: sources: - sourceline: 'ppa:tah83/secp256k1' packages: - libsecp256k1-0 +before_install: + - git tag install: - pip install -r contrib/requirements/requirements-travis.txt cache: