aboutsummaryrefslogtreecommitdiffstats
path: root/test/mocks/mass-pnf-sim/tox.ini
blob: 7e7ba2cde224951951a7f91ef9f111be4f349f62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[tox]
envlist = pytest

[testenv]
deps = pytest

[testenv:pytest]
basepython = python3
commands = pytest -v

[testenv:MassPnfSim-runtime]
basepython = python3