Skip to content

Commit

Permalink
Move coverage floor pct into 'setup.cfg'.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Dec 9, 2014
1 parent 19407c6 commit cc15bbf
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -7,6 +7,7 @@ where=pyramid
nocapture=1
cover-package=pyramid
cover-erase=1
cover-min-percentage=100

[aliases]
dev = develop easy_install pyramid[testing]
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit cc15bbf

Please sign in to comment.