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

cc

parent 0ebc81fd
No related branches found
No related tags found
No related merge requests found
......@@ -6,13 +6,18 @@ python:
- "3.5"
- "pypy"
cache: pip
before_script:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- chmod +x ./cc-test-reporter
- ./cc-test-reporter before-build
script:
- python compile_definitions.py
- python setup.py nosetests
- codeclimate-test-reporter
install:
- pip install -r requirements.txt
after_success:
- bash build.sh
after_script:
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
services:
- rabbitmq
......@@ -18,7 +18,7 @@ setup(keywords=['amqp', 'rabbitmq', 'client', 'network', 'ha', 'high availabilit
Also, handles your reconnects and transactionality THE RIGHT WAY, though somewhat opinionated''',
install_requires=['six', 'monotonic', 'futures'],
tests_require=["nose", 'coverage', 'codeclimate-test-reporter'],
tests_require=["nose", 'coverage'],
test_suite='nose.collector',
platforms=[
'posix'
......
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