1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 15:38:11 +00:00

travis: workaround for python 3.7

This commit is contained in:
matejcik 2018-10-01 13:56:35 +02:00
parent 7b98b5ac7c
commit 3dad046c12

View File

@ -21,7 +21,13 @@ env:
python:
- "3.5"
- "3.6"
- "3.7"
# workaround for https://github.com/travis-ci/travis-ci/issues/9815
matrix:
include:
- python: 3.7
dist: xenial
sudo: true
install:
# Optimisation: build requirements as wheels, which get cached by Travis