diff --git a/.travis.yml b/.travis.yml index 0e0a27ad4..d9c38c66b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,11 @@ script: - ./manage.py bower install - py.test --create-db # - ./test_and_check_qa.sh + - coverage run my_program.py arg1 arg2 addons: hosts: - 127.0.0.1 sapldb + +after_sucess: + - CODECLIMATE_REPO_TOKEN=4d19e43ef9a92ca21314499fc1cc4e127cc5a4dea7fcc5b8e36e03780ada43c9 codeclimate-test-reporter diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 6d7592cda..0b07a0ff2 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -32,3 +32,4 @@ python-magic==0.4.12 gunicorn==19.6.0 django-reversion==2.0.8 whoosh==2.7.4 +codeclimate-test-reporter