aboutsummaryrefslogtreecommitdiffstats
path: root/test/mocks/mass-pnf-sim/tox.ini
blob: 98be4b6674c958c5350d03f4f16b18b9c9394dc9 (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

[testenv:MassPnfSim-runtime]
basepython = python3