Silence warning about out of date pip in Travis

This commit is contained in:
Nicolas Stalder 2019-02-27 21:51:02 +01:00 committed by Nicolas Stalder
parent 5859073cb8
commit daf56b0cc7

View File

@ -61,6 +61,7 @@ crypto/micro-ecc/uECC.o: ./crypto/micro-ecc/uECC.c
venv:
python3 -m venv venv
venv/bin/pip -q install --upgrade pip
venv/bin/pip -q install --upgrade -r tools/requirements.txt
venv/bin/pip -q install --upgrade black