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