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

[testenv:pytest]
basepython = python3
deps =
    pytest
    pyyaml
    docker
commands = pytest -v

[testenv:MassPnfSim-runtime]
basepython = python3