@ -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
@ -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