Release 0.0.2
[ric-app/ad.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 60f05cb..97f76d6 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -31,7 +31,7 @@ setenv =
     USE_FAKE_SDL = 1
 
 commands =
-    pytest -v --cov ad --cov-report xml --cov-report term-missing --cov-report html --cov-fail-under=70
+    pytest -v --cov ad --cov-report xml --cov-report term-missing --cov-report html --cov-fail-under=50
     coverage xml -i
 
 [testenv:flake8]