1
0

Cache dependencies for Travis build

Also: * Move temporary directory to /tmp
      * Remove files with wrong hash (so we don't have to remove them manually)
This commit is contained in:
Johann Bauer
2018-03-02 20:08:30 +01:00
parent 83f2dc44de
commit 10057b18de
2 changed files with 9 additions and 7 deletions

View File

@@ -6,7 +6,9 @@ python:
install:
- pip install -r contrib/requirements/requirements-travis.txt
cache:
- pip
- pip: true
- directories:
- /tmp/electrum-build
script:
- tox
after_success:
@@ -24,5 +26,6 @@ jobs:
- sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/
- sudo apt-get update -qq
- sudo apt-get install -qq winehq-stable dirmngr gnupg2 p7zip-full
before_script: ls -lah /tmp/electrum-build
script: ./contrib/build-wine/build.sh
after_success: true