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

+codeclimate

parent 3e6c3db5
No related branches found
No related tags found
No related merge requests found
engines:
duplication:
enabled: true
config:
languages:
python:
fixme:
enabled: true
markdownlint:
enabled: true
pep8:
enabled: true
radon:
enabled: true
exclude_paths:
- examples/**
- tests/**
- coolamqp/framing/definitions.py
ratings:
paths:
- coolamqp/**
\ No newline at end of file
...@@ -5,10 +5,11 @@ python: ...@@ -5,10 +5,11 @@ python:
- "pypy" - "pypy"
cache: pip cache: pip
install: install:
- pip install coverage nose mock - echo "coverage\nnose\nmock\ncodeclimate-test-reporter\n" >> requirements.txt
- pip install -r requirements.txt - pip install -r requirements.txt
- python setup.py install - python setup.py install
script: script:
- bash tests/test_posix/test_hang_until_sig.sh - bash tests/test_posix/test_hang_until_sig.sh
- nosetests --with-coverage - nosetests --with-coverage
after_success:
- CODECLIMATE_REPO_TOKEN=cc1c853d7d3b0d97a3de8e245d02b834194d30037ff8644d2b26d0e5f17c5fe6 codeclimate-test-reporter
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