Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
---
language: python
sudo: required
services:
- docker
python:
- "2.7"
before_install:
- sudo apt-get -qq update
install:
- sudo apt-get install python-apt
- pip install molecule
- pip install ansible
- pip install docker-py
script:
# Test Build environment
- molecule --debug test --scenario-name buildenv
# Build images and run all containers
- molecule --debug test --scenario-name cibuild