aboutsummaryrefslogtreecommitdiffstats
path: root/simulator-cli/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'simulator-cli/tox.ini')
-rw-r--r--simulator-cli/tox.ini10
1 files changed, 10 insertions, 0 deletions
diff --git a/simulator-cli/tox.ini b/simulator-cli/tox.ini
new file mode 100644
index 0000000..e6c360f
--- /dev/null
+++ b/simulator-cli/tox.ini
@@ -0,0 +1,10 @@
+[tox]
+envlist = pytest
+skipsdist = true
+
+[testenv]
+basepython = python3
+deps = -rrequirements.txt
+
+[testenv:pytest]
+commands = pytest -v