Skip to content

Commit

Permalink
Fix black check on Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
tisto committed Oct 14, 2019
1 parent d5b0339 commit 5c1d7fd
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 @@ -26,7 +26,7 @@ install:
- sed -ie "s#plone-x.x.x.cfg#plone-$PLONE_VERSION.cfg#" travis.cfg
- buildout -N -t 3 -c travis.cfg
script:
- if [ bin/black ]; then bin/black src/ --check ; fi
- if [ -f "bin/black" ]; then bin/black src/ --check ; fi
- bin/code-analysis
- bin/test
- bin/test-coverage
Expand Down

0 comments on commit 5c1d7fd

Please sign in to comment.