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

no slack

parent f3ec60e1
No related branches found
No related tags found
No related merge requests found
...@@ -9,11 +9,10 @@ python: ...@@ -9,11 +9,10 @@ python:
cache: pip cache: pip
install: install:
- pip install -r requirements.txt - pip install -r requirements.txt
- pip install codeclimate-test-reporter - pip install --force-reinstall "coverage>=4.0,<4.4" codeclimate-test-reporter # for codeclimate-test-reporter
script: script:
- bash tests/test_posix/test_hang_until_sig.sh - bash tests/test_posix/test_hang_until_sig.sh
- python setup.py nosetests - python setup.py nosetests
after_success: after_success:
- codeclimate-test-reporter - codeclimate-test-reporter
- bash build.sh - bash build.sh
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