From cc15bbf7de74f4cdfc676e34fa429d2658d1ddf6 Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Tue, 9 Dec 2014 11:00:41 -0500 Subject: Move coverage floor pct into 'setup.cfg'. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 3f32dbc3f..714c5b6d3 100644 --- a/tox.ini +++ b/tox.ini @@ -12,7 +12,7 @@ basepython = python2.6 commands = python setup.py dev - python setup.py nosetests --with-xunit --with-xcoverage --cover-min-percentage=100 + python setup.py nosetests --with-xunit --with-xcoverage deps = nosexcover -- cgit v1.2.3