diff --git a/.travis.yml b/.travis.yml index 61cf4db..ad8f1b6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,14 @@ python: - '2.7' - '3.4' - '3.5' -install: python setup.py install -script: python test/__init__.py +install: + - python setup.py install + - pip install codecov +script: + - python test/__init__.py + - coverage run test/__init__.py +after_success: + - codecov notifications: hipchat: rooms: