Skip to content

Commit

Permalink
Require code formatting with black
Browse files Browse the repository at this point in the history
  • Loading branch information
singingwolfboy committed Feb 25, 2019
1 parent 91c27e9 commit bab11cf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,11 @@ script:
- coverage run --source=requests_oauthlib -m unittest discover
after_success:
- coveralls

matrix:
include:
- name: "Black"
python: 3.7
install: travis_retry pip install black
script: black --check .
after_success: skip

0 comments on commit bab11cf

Please sign in to comment.