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

Try using whitelist_externals

parent 84efff65
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ stages:
if: tag =~ ^\d+\.\d+\.\d+$
install:
- pip install tox
- pip install tox black
jobs:
include:
......
......@@ -6,11 +6,11 @@ deps =
-rrequirements.txt
pytest
mock
black
setenv =
PYTHONPATH = {toxinidir}
whitelist_externals =
make
black
commands =
make schema
py.test -m "not hw_raspberrypi and not mqtt"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment