Skip to content

Instantly share code, notes, and snippets.

@mlabouardy
Created October 21, 2017 19:46
Show Gist options
  • Save mlabouardy/893e3cca59212cf7e771bc13e5788a80 to your computer and use it in GitHub Desktop.
Save mlabouardy/893e3cca59212cf7e771bc13e5788a80 to your computer and use it in GitHub Desktop.
setup build environment
version: 2
jobs:
build:
docker:
- image: python:3.5
environment:
MYSQL_HOST: 127.0.0.1
MYSQL_DB: mydb
MYSQL_USER: root
MYSQL_PASSWORD: root
- image: mysql:5.6
environment:
MYSQL_ROOT_PASSWORD: root
MYSQL_DATABASE: mydb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment