From e2ce40424ee22004f4a600c6c3fad9fdd153d53a Mon Sep 17 00:00:00 2001 From: Jonathan Wren Date: Sat, 4 Jan 2020 12:08:38 -0800 Subject: [PATCH] clarify build steps --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a4858707..0ff7dc97 100644 --- a/.travis.yml +++ b/.travis.yml @@ -56,8 +56,8 @@ jobs: - stage: Lint & Tests name: Lint, via Black python: 3.8 - # black is automatically installed by peotry script: + - black --version - black --check . --verbose --diff # Python 3.6 Tests