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

Use single quotes for literals

parent 138ea3c1
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ jobs:
- run: pip install pytest mock -r requirements.txt
- run: make schema
- run: pip install black
if: matrix.python-version != "2.7"
if: matrix.python-version != '2.7'
- run: make black
if: matrix.python-version != "2.7"
if: matrix.python-version != '2.7'
- 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 to comment