mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-16 02:10:55 +00:00
fix travis build
This commit is contained in:
parent
3e24b017ac
commit
89d4f05393
@ -8,6 +8,12 @@ cache:
|
||||
directories:
|
||||
- $HOME/.cache/pip
|
||||
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- libudev-dev
|
||||
- libusb-1.0-0-dev
|
||||
|
||||
python:
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
@ -16,6 +22,9 @@ python:
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
|
||||
before_install:
|
||||
- pip install setuptools --upgrade
|
||||
|
||||
install:
|
||||
# Optimisation: build requirements as wheels, which get cached by Travis
|
||||
- pip install "pip>=7.0" wheel
|
||||
|
Loading…
Reference in New Issue
Block a user