1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-26 01:18:28 +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: python:
- "3.5" - "3.5"
- "3.6" - "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: install:
# Optimisation: build requirements as wheels, which get cached by Travis # Optimisation: build requirements as wheels, which get cached by Travis