From d326754c0f2f90f270b1fa08a674277e24e08178 Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Tue, 4 Dec 2018 16:36:41 -0800 Subject: [PATCH] Install setuptools too --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fed9a0f..6579db9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,8 @@ before_script: - arm-none-eabi-gcc --version - python3 --version - python --version - - pip install --user adafruit-nrfutil + - sudo apt-get install -y python3-pip python3-setuptools + - pip3 install --user adafruit-nrfutil script: - python3 tools/build_all.py