1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-16 06:32:44 +01:00
RIOT/dist/pythonlibs/riotctrl_shell/tox.ini

21 lines
289 B
INI

[tox]
envlist = test,flake8
skipsdist = True
[testenv]
commands =
test: {[testenv:test]commands}
flake8: {[testenv:flake8]commands}
[testenv:test]
deps =
pytest
-rrequirements.txt
commands =
pytest -v
[testenv:flake8]
deps = flake8
commands =
flake8 .