Skip to content

Instantly share code, notes, and snippets.

@tomas-fp
Created June 29, 2016 11:31
Show Gist options
  • Save tomas-fp/b2412e3e009ea6bfe5290f9ee89e1837 to your computer and use it in GitHub Desktop.
Save tomas-fp/b2412e3e009ea6bfe5290f9ee89e1837 to your computer and use it in GitHub Desktop.
The usage should be as simple as:
# Docker image to run tests
image: python35
# By default, mount CWD
mount: /projects/me /test
# Optionally, define the CWD in the container
directory: /test
# Define before test
before:
-
# Shell commands to run as part of the testing pipepile
tasks:
- make lint
- make unit
- make e2e
# Define after test commands to run
after:
- echo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment