From 9dfff482a15963ac1e77513ad1616265edbb2b5a Mon Sep 17 00:00:00 2001
From: Insoleet <insomniak.fr@gmail.com>
Date: Tue, 6 Oct 2015 09:34:19 +0200
Subject: [PATCH] Correct repository name

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

diff --git a/.travis.yml b/.travis.yml
index 7ec52f89..a0d3ffaa 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -57,7 +57,7 @@ install:
   - pip install base58
   - pip install quamash
   - pip install aiohttp
-  - pip install git+https://github.com/ucoin-io/ucoinpy.git@refactor
+  - pip install git+https://github.com/ucoin-io/ucoin-python-api.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 68abcf0b..f2b12953 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 git+https://github.com/ucoin-io/ucoinpy.git@refactor
+pip install git+https://github.com/ucoin-io/ucoin-python-api.git@refactor
 pip install git+https://github.com/Insoleet/pretenders.git@develop
 
 python gen_resources.py
-- 
GitLab