From cbe69b3f6c2def7a8fa3e21c7419e8f1cb9b87c9 Mon Sep 17 00:00:00 2001 From: Inso <insomniak.fr@gmail.com> Date: Tue, 6 Oct 2015 09:02:35 +0200 Subject: [PATCH] Install ucoinpy from pip via git --- .travis.yml | 2 +- ci/appveyor/build.cmd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 96ffb667..7ec52f89 100644 --- a/.travis.yml +++ b/.travis.yml @@ -57,7 +57,7 @@ install: - pip install base58 - pip install quamash - pip install aiohttp - - pip install ucoinpy + - pip install git+https://github.com/ucoin-io/ucoinpy.git@refactor - pip install git+https://github.com/Insoleet/pretenders.git@develop - python gen_resources.py - python gen_translations.py diff --git a/ci/appveyor/build.cmd b/ci/appveyor/build.cmd index 85830f78..68abcf0b 100644 --- a/ci/appveyor/build.cmd +++ b/ci/appveyor/build.cmd @@ -17,7 +17,7 @@ pip install requests pip install base58 pip install git+https://github.com/Insoleet/quamash.git@sockets_only pip install aiohttp -pip install ucoinpy +pip install git+https://github.com/ucoin-io/ucoinpy.git@refactor pip install git+https://github.com/Insoleet/pretenders.git@develop python gen_resources.py -- GitLab