Skip to content
Snippets Groups Projects
Commit 3e40dc4f authored by inso's avatar inso
Browse files

Try with python 3.4.3

parent 53d0cdaf
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ matrix: ...@@ -8,7 +8,7 @@ matrix:
- os: linux - os: linux
env: env:
- PYENV_PYTHON_VERSION=3.5.0 - PYENV_PYTHON_VERSION=3.4.3
before_install: before_install:
- ci/travis/before_install.sh - ci/travis/before_install.sh
......
...@@ -14,7 +14,7 @@ print(os.environ) ...@@ -14,7 +14,7 @@ print(os.environ)
includes = ["sip", "re", "json", "logging", includes = ["sip", "re", "json", "logging",
"hashlib", "os", "urllib", "hashlib", "os", "urllib",
"ucoinpy", "pylibscrypt", "aiohttp", "asyncio", "ucoinpy", "pylibscrypt", "aiohttp", "asyncio",
"quamash", "jsonschema", "importlib.abc"] "quamash", "jsonschema"]
exclude = ['.git'] exclude = ['.git']
packages = ["libnacl", "encodings", "jsonschema"] packages = ["libnacl", "encodings", "jsonschema"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment