Skip to content

Commit

Permalink
Add root directory to TravisCI black check
Browse files Browse the repository at this point in the history
  • Loading branch information
arvoelke committed Jul 27, 2020
1 parent 079d092 commit 4afa2ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ install:

script:
- if [[ "$JOB" == "static" ]]; then
black --check dixit;
black --check .;
fi
- if [[ "$JOB" == "tests" ]]; then
py.test;
Expand Down

0 comments on commit 4afa2ad

Please sign in to comment.