Skip to content

Commit

Permalink
black coding style check on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Sep 21, 2018
1 parent f43954c commit ca5df54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ jobs:
env: REQ=none
install: skip
script:
- pip install flake8
- pip install black flake8
- flake8 .
- black --check user_payments tests

0 comments on commit ca5df54

Please sign in to comment.