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:
parent
1df0cd7094
commit
9f4cc74b9a
@ -26,8 +26,9 @@ python:
|
||||
|
||||
install:
|
||||
# Optimisation: build requirements as wheels, which get cached by Travis
|
||||
- pip install "pip>=9.0" wheel
|
||||
- pip install "setuptools>=38"
|
||||
- pip install "pip>=9.0" wheel # pip 9.0 understands `python_requires` constraints
|
||||
- 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 flake8
|
||||
# protobuf-related dependencies
|
||||
|
Loading…
Reference in New Issue
Block a user