Michael Merickel
2014-11-17 0d6d8d1ae0eb134ca6221c6c9c86676299b6ec4a
Merge pull request #1458 from sontek/fail_coverage_under_hundred

Make sure tox fails the cover build if it isn't at 100%
1 files modified
2 ■■■ changed files
tox.ini 2 ●●● patch | view | raw | blame | history
tox.ini
@@ -12,7 +12,7 @@
    python2.6
commands = 
    python setup.py dev
    python setup.py nosetests --with-xunit --with-xcoverage
    python setup.py nosetests --with-xunit --with-xcoverage --cover-min-percentage=100
deps =
    nosexcover