From eb8a467dc6025567475743d1a28f3acd02268da9 Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Tue, 4 Dec 2018 15:30:53 -0800 Subject: [PATCH] Install pip --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 086f015..df4ce2d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,6 +24,7 @@ before_script: - gcc --version - arm-none-eabi-gcc --version - python3 --version + - sudo apt-get install -y python3-pip - pip3 install --user adafruit-nrfutil script: