diff --git a/.travis.yml b/.travis.yml index 8f86f622f09723ab8a0d6e2bb337e92587a3720c..649e20e97e99d467dc2a633e0b6c4a1bd5c1c29c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,10 @@ notifications: email: false install: - pip install -r requirements.txt + - pip install coveralls before_script: - cp mothra/__local_settings.py mothra/local_settings.py script: - - python manage.py test + - coverage run manage.py test +after_success: + - coveralls