mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-22 21:30:56 +00:00
travis: use newer pip that understands python_requires
(should fix build on Python 3.3 because of too-new tox)
This commit is contained in:
parent
e656bbf072
commit
1df0cd7094
@ -26,7 +26,7 @@ python:
|
||||
|
||||
install:
|
||||
# Optimisation: build requirements as wheels, which get cached by Travis
|
||||
- pip install "pip>=7.0" wheel
|
||||
- pip install "pip>=9.0" wheel
|
||||
- pip install "setuptools>=38"
|
||||
- pip install tox-travis
|
||||
- pip install flake8
|
||||
|
Loading…
Reference in New Issue
Block a user