summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 03:02:46 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 03:02:46 +0000
commitf116c4920b5101a22fe620e16fd1a9b7f270cdde (patch)
treed8c169e12006bfa46e436a180fd531aaac08aad5 /tox.ini
parentInitial commit. (diff)
downloadlitecli-f116c4920b5101a22fe620e16fd1a9b7f270cdde.tar.xz
litecli-f116c4920b5101a22fe620e16fd1a9b7f270cdde.zip
Adding upstream version 1.10.0.upstream/1.10.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--tox.ini11
1 files changed, 11 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
new file mode 100644
index 0000000..c1c81ea
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,11 @@
+[tox]
+envlist = py37, py38, py39, py310
+
+[testenv]
+deps = pytest
+ mock
+ pexpect
+ behave
+ coverage
+commands = python setup.py test
+passenv = PYTEST_DATABASE