changed formatting step name

This commit is contained in:
Gonçalo Valério 2019-03-16 16:53:53 +00:00
parent 331f15a43a
commit 5fe58d02fb
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ jobs:
- ./venv
key: v1-dependencies-{{ checksum "Pipfile.lock" }}
- run:
name: run tests
name: check formatting with black
command: |
export PIPENV_VENV_IN_PROJECT=1
pipenv run black --check .