Skip to content

Commit

Permalink
added src/ to black check in travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
AirMicrodot committed Aug 22, 2019
1 parent c79c0b8 commit 057196e
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 @@ -14,7 +14,7 @@ install:
- pip install -r requirements_dev.txt
- pip install -r requirements.txt
script:
- python -m black --check --verbose diagnostics
- python -m black --check --verbose src/diagnostics
- python setup.py test -a "--verbose"
after_success:
- coveralls

0 comments on commit 057196e

Please sign in to comment.