mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-19 02:52:11 +00:00
add setuptools requirement to travis.yml
This commit is contained in:
parent
91ffca595b
commit
dbe95dc3cc
@ -23,6 +23,7 @@ python:
|
|||||||
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
|
||||||
|
- pip install "setuptools>=19.0"
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- python setup.py install
|
- python setup.py install
|
||||||
|
Loading…
Reference in New Issue
Block a user