language: python python: - "3.3" - "3.4" services: - redis-server script: - python setup.py test after_success: - pip install coveralls - coveralls branches: only: - master notifications: email: false