mirror of
https://github.com/Rudd-O/qubes-network-server.git
synced 2025-06-06 18:08:33 +02:00
11 lines
123 B
INI
11 lines
123 B
INI
[tox]
|
|
envlist = basepython
|
|
|
|
[testenv]
|
|
deps =
|
|
pytest
|
|
mypy
|
|
commands =
|
|
pytest -vv
|
|
mypy -p qubesroutingmanager
|