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 f12f9e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -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:
Expand Down

0 comments on commit f12f9e4

Please sign in to comment.