Update tox.ini #nolog

This commit is contained in:
Miguel Grinberg
2023-01-13 11:39:23 +00:00
parent 2aa90d4245
commit f56c826149

View File

@@ -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=