diff --git a/.travis.yml b/.travis.yml index c16fd17..810c9c9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,10 @@ python: - "pypy" install: - "pip install --upgrade --use-mirrors -e ." + - "pip install coveralls" env: SECRET_KEY=justfortravis -script: "py.test --pep8" +script: "coverage run --source nsupdate --omit '*/migrations/*,*/_tests/*' -m py.test --pep8" +after_success: coveralls notifications: email: recipients: