remove setuptools

This commit is contained in:
Scott Shawcroft
2018-12-04 16:23:28 -08:00
parent 57345c9928
commit 23b55cd35d

View File

@ -3,8 +3,6 @@ dist: xenial
language: c
compiler:
- gcc
python:
- "3.7"
deploy:
provider: releases
@ -24,7 +22,7 @@ before_script:
- gcc --version
- arm-none-eabi-gcc --version
- python3 --version
- sudo apt-get install -y python3-pip setuptools
- sudo apt-get install -y python3-pip
- pip3 install --user adafruit-nrfutil
script: