Skip to content

Instantly share code, notes, and snippets.

View tomas-fp's full-sized avatar

Tomás tomas-fp

  • undefined
  • ::1
View GitHub Profile
@tomas-fp
tomas-fp / sandbox.yml
Created June 29, 2016 11:31
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
@tomas-fp
tomas-fp / sandbox.yml
Created June 29, 2016 11:31
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