From daf56b0cc71c4f6fe8effd1e57c4a5a32b593bb4 Mon Sep 17 00:00:00 2001 From: Nicolas Stalder Date: Wed, 27 Feb 2019 21:51:02 +0100 Subject: [PATCH] Silence warning about out of date pip in Travis --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 7a831b6..f8e16a9 100644 --- a/Makefile +++ b/Makefile @@ -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