remove setuptools

This commit is contained in:
Scott Shawcroft 2018-12-04 16:23:28 -08:00
parent 57345c9928
commit 23b55cd35d
No known key found for this signature in database
GPG Key ID: FD0EDC4B6C53CA59
1 changed files with 1 additions and 3 deletions

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: