Integrate rising test coverage requirement

This commit is contained in:
James Kasten
2014-12-13 22:42:47 -08:00
parent a74bc582ff
commit 52555c2337
+1 -1
View File
@@ -14,7 +14,7 @@ commands =
[testenv:cover]
commands =
python setup.py dev
python setup.py nosetests --with-coverage --cover-min-percentage=100
python setup.py nosetests --with-coverage --cover-min-percentage=44
[testenv:lint]
commands =