mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-19 14:08:11 +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:
|
install:
|
||||||
# Optimisation: build requirements as wheels, which get cached by Travis
|
# 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 "setuptools>=38"
|
||||||
- pip install tox-travis
|
- pip install tox-travis
|
||||||
- pip install flake8
|
- pip install flake8
|
||||||
|
Loading…
Reference in New Issue
Block a user