mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 11:10:14 +01:00
travis: Install setuptools for black code formatting.
Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user