1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-14 03:30:02 +00:00

travis: force setuptools>=38 which download prebuilt .whls

this fixes a build error in dependencies that we seriously don't care about
which was happening in travis's py34
This commit is contained in:
matejcik 2018-04-23 13:01:29 +02:00
parent 1008c45100
commit cc7e3eb9b5

View File

@ -27,7 +27,7 @@ python:
install:
# Optimisation: build requirements as wheels, which get cached by Travis
- pip install "pip>=7.0" wheel
- pip install "setuptools>=19.0"
- pip install "setuptools>=38"
- pip install tox-travis
- pip install flake8
# protobuf-related dependencies