Add --verbose flag, and tests for it.

The new warnings associated with the --jobs argument should only appear when
the --verbose flag is passed.
This commit is contained in:
Christian Long 2015-02-26 16:25:27 -06:00
parent c3f5d144bc
commit 59ae3dfec7
3 changed files with 55 additions and 36 deletions

View file

@ -11,7 +11,7 @@ deps =
commands =
python setup.py test -q
python setup.py flake8
nosetests flake8.tests.toast_warnings
nosetests flake8.tests._test_warnings
[testenv:py27-flake8]
basepython = python2.7