Add codeclimit coverage reporting

This commit is contained in:
Tom Price
2016-07-11 12:44:47 +01:00
parent 4c09258566
commit 27c0deaba3

View File

@@ -8,7 +8,7 @@ before_install:
install:
- pip install -r requirements.txt
- pip install coveralls
- pip install coveralls codeclimate-test-reporter
before_script:
- python manage.py collectstatic --noinput
@@ -18,3 +18,4 @@ script:
after_success:
- coveralls
- codeclimate-test-reporter