language: python
python:
 - "2.7"
 - "3.3"
 - "3.4"
 - "3.5"
 - "pypy"
cache: pip
before_script:
 - pip install codeclimate-test-reporter
script:
 - python compile_definitions.py
 - python setup.py nosetests
install:
 - pip install -r requirements.txt
after_success:
 - codeclimate-test-reporter
 - bash build.sh
services:
 - rabbitmq