aboutsummaryrefslogtreecommitdiffstats
path: root/src/python/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'src/python/tox.ini')
-rw-r--r--src/python/tox.ini11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/python/tox.ini b/src/python/tox.ini
new file mode 100644
index 0000000..dd76991
--- /dev/null
+++ b/src/python/tox.ini
@@ -0,0 +1,11 @@
+[tox]
+envlist = py36
+skipsdist = true
+
+[testenv]
+commands = pytest
+basepython = python3
+deps = -r test-requirements.txt
+
+[testenv:pytest]
+commands = pytest -v