Created
May 24, 2016 11:42
-
-
Save mattbennett/aa7cf713c97e689c56257991231471e5 to your computer and use it in GitHub Desktop.
Nameko CircleCI config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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