Skip to content

Commit bab11cf

Browse files
Require code formatting with black
https://github.com/ambv/black
1 parent 91c27e9 commit bab11cf

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,11 @@ script:
1818
- coverage run --source=requests_oauthlib -m unittest discover
1919
after_success:
2020
- coveralls
21+
22+
matrix:
23+
include:
24+
- name: "Black"
25+
python: 3.7
26+
install: travis_retry pip install black
27+
script: black --check .
28+
after_success: skip

0 commit comments

Comments
 (0)