1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-03 12:00:59 +00:00

travis: set virtualenv version to restore build on py33

This commit is contained in:
matejcik 2018-05-18 10:58:28 +02:00
parent 1df0cd7094
commit 9f4cc74b9a

View File

@ -26,8 +26,9 @@ 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>=9.0" wheel - pip install "pip>=9.0" wheel # pip 9.0 understands `python_requires` constraints
- pip install "setuptools>=38" - pip install "setuptools>=38" # setuptools >= 38 are capable of using prebuilt wheels
- pip install "virtualenv<16.0.0" # virtualenv 16.0.0 drops support for py33 without properly declaring it
- pip install tox-travis - pip install tox-travis
- pip install flake8 - pip install flake8
# protobuf-related dependencies # protobuf-related dependencies