|
|
@ -20,7 +20,11 @@ script: |
|
|
- ./manage.py bower install |
|
|
- ./manage.py bower install |
|
|
- py.test --create-db |
|
|
- py.test --create-db |
|
|
# - ./test_and_check_qa.sh |
|
|
# - ./test_and_check_qa.sh |
|
|
|
|
|
- coverage run my_program.py arg1 arg2 |
|
|
|
|
|
|
|
|
addons: |
|
|
addons: |
|
|
hosts: |
|
|
hosts: |
|
|
- 127.0.0.1 sapldb |
|
|
- 127.0.0.1 sapldb |
|
|
|
|
|
|
|
|
|
|
|
after_sucess: |
|
|
|
|
|
- CODECLIMATE_REPO_TOKEN=4d19e43ef9a92ca21314499fc1cc4e127cc5a4dea7fcc5b8e36e03780ada43c9 codeclimate-test-reporter |
|
|
|