1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-28 16:21:03 +00:00

add python 3.5 to travis

This commit is contained in:
Pavol Rusnak 2016-01-19 22:35:02 +01:00
parent 915cf0099e
commit 3e24b017ac
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -14,6 +14,7 @@ python:
- "3.2"
- "3.3"
- "3.4"
- "3.5"
install:
# Optimisation: build requirements as wheels, which get cached by Travis