Skip to content

Commit

Permalink
Tox min cover percentage: 96
Browse files Browse the repository at this point in the history
  • Loading branch information
ask committed Nov 23, 2015
1 parent 8c62dbe commit 4cb46ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ sitepackages = False
recreate = False
commands = {toxinidir}/extra/release/removepyc.sh {toxinidir}
pip install -q -U -r{toxinidir}/requirements/dev.txt
nosetests -xsv --with-coverage --cover-inclusive --cover-erase []
nosetests -xsv --with-coverage \
--cover-inclusive --cover-min-percentage=96 --cover-erase []

basepython =
2.7: python2.7
3.4: python3.4
Expand Down

0 comments on commit 4cb46ea

Please sign in to comment.