From 34b6ae71031bdb65e9dc0ac334edd53f1c92d439 Mon Sep 17 00:00:00 2001 From: Donald Stufft Date: Sat, 19 Oct 2013 19:20:58 -0400 Subject: Fail tests if our coverage is less than 100% --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 0a28af15..e72eb58b 100644 --- a/tox.ini +++ b/tox.ini @@ -8,7 +8,7 @@ deps = pretend commands = coverage run --source=cryptography/,tests/ -m pytest - coverage report -m + coverage report -m --fail-under 100 [testenv:docs] deps = sphinx -- cgit v1.2.3