Skip to content

Commit

Permalink
travis: Install setuptools via pip3 for black code formatting.
Browse files Browse the repository at this point in the history
Signed-off-by: Damien George <damien@micropython.org>
  • Loading branch information
dpgeorge committed Sep 16, 2020
1 parent b31cb21 commit 96b020f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
install:
- sudo apt-get install uncrustify python3-pip
- uncrustify --version
- pip3 install --user black
- pip3 install --user setuptools black
- black --version
script:
- tools/codeformat.py
Expand Down

0 comments on commit 96b020f

Please sign in to comment.