diff options
author | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2020-05-20 02:07:39 -0700 |
---|---|---|
committer | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2020-05-20 02:07:39 -0700 |
commit | 50975a2d401f79a57f4a72cd6fa1b0591bf64d81 (patch) | |
tree | 185484159e42fccba3592d8e254d4f7ad95ad6bf /test/mocks/mass-pnf-sim/tox.ini | |
parent | 5717b5ee81cedfb3c1361cad6683cf585c90ae31 (diff) |
Create setuptools based Python env setup for the scripts
Change-Id: I00095182de5532c28fd7d9605de2d9c8b29f6c1c
Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Diffstat (limited to 'test/mocks/mass-pnf-sim/tox.ini')
-rw-r--r-- | test/mocks/mass-pnf-sim/tox.ini | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/mocks/mass-pnf-sim/tox.ini b/test/mocks/mass-pnf-sim/tox.ini new file mode 100644 index 000000000..98be4b667 --- /dev/null +++ b/test/mocks/mass-pnf-sim/tox.ini @@ -0,0 +1,12 @@ +[tox] +envlist = pytest + +[testenv] +deps = pytest + +[testenv:pytest] +basepython = python3 +commands = pytest + +[testenv:MassPnfSim-runtime] +basepython = python3 |