aboutsummaryrefslogtreecommitdiffstats
path: root/test/mocks/masspnfsim/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'test/mocks/masspnfsim/tox.ini')
-rw-r--r--test/mocks/masspnfsim/tox.ini13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/mocks/masspnfsim/tox.ini b/test/mocks/masspnfsim/tox.ini
new file mode 100644
index 000000000..afa54589f
--- /dev/null
+++ b/test/mocks/masspnfsim/tox.ini
@@ -0,0 +1,13 @@
+[tox]
+envlist = pytest
+
+[testenv:pytest]
+basepython = python3
+deps =
+ pytest
+ pyyaml
+ docker
+commands = pytest -v
+
+[testenv:MassPnfSim-runtime]
+basepython = python3