From f3756bfe750a3e50a1e01e94bd6baa12ee1b9b3a Mon Sep 17 00:00:00 2001
From: Inso <insomniak.fr@gmail.com>
Date: Tue, 6 Oct 2015 08:57:26 +0200
Subject: [PATCH] Install ucoinpy from pip

---
 .travis.yml           | 1 +
 ci/appveyor/build.cmd | 1 +
 2 files changed, 2 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index d61e105b..96ffb667 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -57,6 +57,7 @@ install:
   - pip install base58
   - pip install quamash
   - pip install aiohttp
+  - pip install ucoinpy
   - 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 7728f482..85830f78 100644
--- a/ci/appveyor/build.cmd
+++ b/ci/appveyor/build.cmd
@@ -17,6 +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/Insoleet/pretenders.git@develop
 
 python gen_resources.py
-- 
GitLab