1
0
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:
matejcik 2018-05-17 17:23:25 +02:00
parent e656bbf072
commit 1df0cd7094

View File

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