aboutsummaryrefslogtreecommitdiffstats
path: root/test/mocks/mass-pnf-sim/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'test/mocks/mass-pnf-sim/tox.ini')
-rw-r--r--test/mocks/mass-pnf-sim/tox.ini12
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