Skip to content
Snippets Groups Projects
Commit bfe3c11f authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

codeclimate test reporter

parent fcb927a9
No related branches found
No related tags found
No related merge requests found
......@@ -9,11 +9,13 @@ python:
cache: pip
install:
- pip install -r requirements.txt
- pip install codeclimate-test-reporter
script:
- bash tests/test_posix/test_hang_until_sig.sh
- python setup.py nosetests
after_success:
- bash build.sh
- codeclimate-test-reporter
- bash build.sh
notifications:
slack: digicort:lbgdFcFmWmHtHKDEMI3FwQK5
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment