Browse Source

Insert codeclimate test coverage

pull/1076/head
Victor Arnaud 9 years ago
parent
commit
0d6fc3ea02
  1. 4
      .travis.yml
  2. 1
      requirements/requirements.txt

4
.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

1
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

Loading…
Cancel
Save