From 3e40dc4f5a979a9cb04dd98b7d98582edd14bd51 Mon Sep 17 00:00:00 2001
From: Inso <insomniak.fr@gmail.com>
Date: Sat, 19 Dec 2015 17:21:40 +0100
Subject: [PATCH] Try with python 3.4.3

---
 .travis.yml | 2 +-
 setup.py    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 4ce4b787..6b3a3265 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,7 +8,7 @@ matrix:
     - os: linux
 
 env:
-- PYENV_PYTHON_VERSION=3.5.0
+- PYENV_PYTHON_VERSION=3.4.3
 
 before_install:
 - ci/travis/before_install.sh
diff --git a/setup.py b/setup.py
index d3b230f5..7ba44bd5 100644
--- a/setup.py
+++ b/setup.py
@@ -14,7 +14,7 @@ print(os.environ)
 includes = ["sip", "re", "json", "logging",
             "hashlib", "os", "urllib",
             "ucoinpy", "pylibscrypt", "aiohttp", "asyncio",
-            "quamash", "jsonschema", "importlib.abc"]
+            "quamash", "jsonschema"]
 exclude = ['.git']
 packages = ["libnacl", "encodings", "jsonschema"]
 
-- 
GitLab