From 5ba04efa6052327d7250a91d0e5a12c4d9d0bc25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Val=C3=A9rio?= Date: Tue, 28 Jan 2020 16:02:51 +0000 Subject: [PATCH] Add path and install command to the format stage --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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