clarify build steps

This commit is contained in:
Jonathan Wren 2020-01-04 12:08:38 -08:00
parent 29af09f3c7
commit 5c0a2a236a

View file

@ -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