RIC:1060: Change in PTL
[com/pylog.git] / mdclogpy / tox.ini
index 625bb6b..ce84993 100644 (file)
 #
 # ==================================================================================
 [tox]
-envlist = py37
+envlist = py3
 
 [testenv]
 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