From 8db38b75e7560f8c7b5b710c51e3c299578970ca Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Mon, 17 Nov 2014 01:58:33 -0500 Subject: [PATCH] Revert "Fail if coverage < 100%." --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 9e6c1c65421d..1064cf54f956 100644 --- a/tox.ini +++ b/tox.ini @@ -23,7 +23,7 @@ deps = basepython = python2.7 commands = - nosetests --with-xunit --with-xcoverage --cover-package=gcloud --nocapture --cover-erase --cover-tests --cover-branches --cover-min-percentage=100 + nosetests --with-xunit --with-xcoverage --cover-package=gcloud --nocapture --cover-erase --cover-tests --cover-branches deps = nose unittest2