Update tox.ini #nolog
This commit is contained in:
4
tox.ini
4
tox.ini
@@ -31,11 +31,11 @@ commands=
|
|||||||
flake8 --ignore=W503 --exclude src/utemplate,tests/libs src tests examples
|
flake8 --ignore=W503 --exclude src/utemplate,tests/libs src tests examples
|
||||||
|
|
||||||
[testenv:upy]
|
[testenv:upy]
|
||||||
whitelist_externals=sh
|
allowlist_externals=sh
|
||||||
commands=sh -c "bin/micropython run_tests.py"
|
commands=sh -c "bin/micropython run_tests.py"
|
||||||
|
|
||||||
[testenv:upy-mac]
|
[testenv:upy-mac]
|
||||||
whitelist_externals=micropython
|
allowlist_externals=micropython
|
||||||
commands=micropython run_tests.py
|
commands=micropython run_tests.py
|
||||||
deps=
|
deps=
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user