travis: add Python 3.5

This commit is contained in:
Roman Zeyde
2016-05-26 22:31:39 +03:00
parent dcf35c4267
commit 87e50449e5

View File

@@ -3,6 +3,7 @@ language: python
python:
- "2.7"
- "3.4"
- "3.5"
install:
- pip install ecdsa ed25519 semver # test without trezorlib for now