Skip to content

Commit

Permalink
Try with python 3.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Insoleet committed Dec 19, 2015
1 parent 53d0cda commit 3e40dc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
includes = ["sip", "re", "json", "logging",
"hashlib", "os", "urllib",
"ucoinpy", "pylibscrypt", "aiohttp", "asyncio",
"quamash", "jsonschema", "importlib.abc"]
"quamash", "jsonschema"]
exclude = ['.git']
packages = ["libnacl", "encodings", "jsonschema"]

Expand Down

0 comments on commit 3e40dc4

Please sign in to comment.