diff --git a/.travis.yml b/.travis.yml index c506ca6..f5b491a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ install: script: - pep8 amodem/ scripts/ tests/ amodem-cli - cd tests - - coverage run --source=amodem -m py.test + - coverage run --source=amodem -m py.test -vvs after_success: - coverage report