Skip to content
Snippets Groups Projects
Commit 138ea3c1 authored by Ellis Percival's avatar Ellis Percival
Browse files

Use black if not using 2.7

parent aa04b890
No related branches found
No related tags found
No related merge requests found
...@@ -15,4 +15,8 @@ jobs: ...@@ -15,4 +15,8 @@ jobs:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
- run: pip install pytest mock -r requirements.txt - run: pip install pytest mock -r requirements.txt
- run: make schema - run: make schema
- run: pip install black
if: matrix.python-version != "2.7"
- run: make black
if: matrix.python-version != "2.7"
- run: PYTHONPATH=$GITHUB_WORKSPACE py.test -m "not hw_raspberrypi and not mqtt" - run: PYTHONPATH=$GITHUB_WORKSPACE py.test -m "not hw_raspberrypi and not mqtt"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment