mirror of
https://github.com/Rudd-O/qubes-network-server.git
synced 2025-03-01 14:22:35 +01:00
11 lines
123 B
INI
11 lines
123 B
INI
[tox]
|
|
envlist = basepython
|
|
|
|
[testenv]
|
|
deps =
|
|
pytest
|
|
mypy
|
|
commands =
|
|
pytest -vv
|
|
mypy -p qubesroutingmanager
|