diff --git a/.travis.yml b/.travis.yml index de21fd6..a533b3d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,8 @@ jobs: include: - stage: format python: 3.7 - script: black --check + install: pip install black + script: black --check . after_success: - coveralls