--- sudo: required language: python services: - docker before_install: - sudo apt-get -qq update install: - pip install molecule - pip install ansible - pip install docker script: - molecule test --scenario-name commands - molecule test --scenario-name folders - molecule test --scenario-name lamp - molecule test --scenario-name mgt - molecule test --scenario-name multiple # - molecule test --scenario-name clients