diff --git a/.travis.yml b/.travis.yml index a759ab9..5f594b2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,4 +19,9 @@ notifications: use_notice: true install: "pip install -r requirements.txt" -script: nosetests +before_script: + - "pip install python-coveralls" +script: + - "nosetests --with-cov" +after_success: + - coveralls