Run black linter and enforce going forward
This commit is contained in:
parent
54c8a7dea1
commit
c820395dbf
5 changed files with 11 additions and 5 deletions
|
|
@ -37,7 +37,8 @@ install:
|
|||
python wait_for.py
|
||||
fi
|
||||
script:
|
||||
- make test
|
||||
- make test-only
|
||||
- if [[ $TRAVIS_PYTHON_VERSION == "3.7" ]]; then make lint; fi
|
||||
after_success:
|
||||
- coveralls
|
||||
before_deploy:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue