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:
parent
7b98b5ac7c
commit
3dad046c12
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user