clarify build steps

This commit is contained in:
Jonathan Wren 2020-01-04 12:08:38 -08:00
parent 8384b799a1
commit e2ce40424e
No known key found for this signature in database
GPG key ID: 43D5FF8722E7F68A

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