Skip to content

Commit

Permalink
Add style checking to Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin-Lee committed Jun 18, 2019
1 parent 8be1a71 commit 1b0814f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ python:
- "3.5"
- "3.6"
install:
- pip install black
- pip install -e .
script:
- black . --check
- pytest
cache: pip

0 comments on commit 1b0814f

Please sign in to comment.