Skip to content

Commit

Permalink
add black check
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Sep 19, 2019
1 parent f40367a commit 44a30ad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ matrix:
- python: "3.7"
dist: xenial
sudo: true
install:
- pip install black
script:
- black --check setup.py src
install:
- virtualenv .
- bin/pip install zc.buildout
Expand Down

0 comments on commit 44a30ad

Please sign in to comment.