travis: Install setuptools for black code formatting.

Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
Damien George 2020-09-16 16:34:09 +10:00
parent 3086d35e16
commit 5c503de521
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ jobs:
install:
- sudo apt-get install uncrustify python3-pip
- uncrustify --version
- pip3 install --user setuptools
- pip3 install --user black
- black --version
script: