Skip to content

Instantly share code, notes, and snippets.

@mattbennett
Created May 24, 2016 11:42
Show Gist options
  • Save mattbennett/aa7cf713c97e689c56257991231471e5 to your computer and use it in GitHub Desktop.
Save mattbennett/aa7cf713c97e689c56257991231471e5 to your computer and use it in GitHub Desktop.
Nameko CircleCI config
machine:
python:
version: 3.4.3
services:
- rabbitmq-server
environment:
IMAGE_TAG: ${CIRCLE_SHA1}
pre:
- sudo rabbitmq-plugins enable rabbitmq_management
dependencies:
pre:
- pip install -U pip setuptools tox
- pip install -e ".[dev]"
- pyenv local 2.7.9 3.3.3 3.4.3
test:
override:
- tox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment