1
0
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:
Pavol Rusnak 2017-05-07 00:46:47 +02:00
parent 91ffca595b
commit dbe95dc3cc
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -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