mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-15 17:12:04 +00:00
add setuptools requirement to travis.yml
This commit is contained in:
parent
91ffca595b
commit
dbe95dc3cc
@ -23,6 +23,7 @@ python:
|
||||
install:
|
||||
# Optimisation: build requirements as wheels, which get cached by Travis
|
||||
- pip install "pip>=7.0" wheel
|
||||
- pip install "setuptools>=19.0"
|
||||
|
||||
script:
|
||||
- python setup.py install
|
||||
|
Loading…
Reference in New Issue
Block a user