Add log formatting option and dynamic Log-Level change Implement MDC Log entry format...
[com/pylog.git] / mdclogpy / tox.ini
index 625bb6b..4dc4185 100644 (file)
@@ -26,6 +26,7 @@ deps=
     pytest
     coverage
     pytest-cov
+    inotify
 
 commands=
        pytest --junitxml xunit-results.xml --cov mdclogpy --cov-report xml --cov-report term-missing --cov-report html --cov-fail-under=70