travis: add Python 3.5

nistp521
Roman Zeyde 8 years ago
parent dcf35c4267
commit 87e50449e5

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

Loading…
Cancel
Save