diff --git a/.travis.yml b/.travis.yml index 1d53419a..452040ae 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