Remove outdated doc for A1 Adaptor
[integration.git] / test / mocks / masspnfsim / tox.ini
1 [tox]
2 envlist = pytest
3
4 [testenv:pytest]
5 basepython = python3
6 deps =
7     pytest
8     pyyaml
9     docker
10 commands = pytest -v
11
12 [testenv:MassPnfSim-runtime]
13 basepython = python3