diff options
| -rw-r--r-- | setup.cfg | 1 | ||||
| -rw-r--r-- | tox.ini | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -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] @@ -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 |
