Skip to content

Commit

Permalink
Install black on Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
tisto committed Feb 13, 2020
1 parent 777b8a5 commit 4533d8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -45,6 +45,7 @@ before_install:
- echo "download-cache = $HOME/buildout-cache/downloads" >> $HOME/.buildout/default.cfg
- echo "eggs-directory = $HOME/buildout-cache/eggs" >> $HOME/.buildout/default.cfg
- pip install -r requirements.txt
- bin/pip install black || true
install:
- sed -ie "s#plone-x.x.x.cfg#plone-$PLONE_VERSION.cfg#" travis.cfg
- buildout -t 10 -c travis.cfg
Expand Down

0 comments on commit 4533d8f

Please sign in to comment.