config: replace trace type's default BO with configuration's target BO
[deliverable/barectf.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 4c172129450c33987ac7a37c0fbdfee2c556143b..9b6de43997741008bc8bb82cd2a6dfefb0d1e225 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -12,7 +12,7 @@ passenv = TERM TERMINFO
 changedir = tests
 commands =
     poetry install -v
-    poetry run bash ./test.bash -t
+    poetry run py.test -v .
 
 [testenv:flake8]
 commands =
@@ -28,7 +28,11 @@ builtins = _
 exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build,templates.py
 
 [testenv:pylint]
-deps = pylint >= 1.6
 commands =
     poetry install -v
     poetry run pylint -f colorized -d all -e E,W -d W0212,W1618,W0622,W0201,W0703 barectf
+
+[testenv:mypy]
+commands =
+    poetry install -v
+    poetry run mypy barectf
This page took 0.025961 seconds and 4 git commands to generate.