View sandbox.yml
# Docker image to run tests | |
image: python35 | |
# By default, mount CWD | |
mount: /projects/me /test | |
# Optionally, define the CWD in the container | |
directory: /test |
View sandbox.yml
# Docker image to run tests | |
image: python35 | |
# By default, mount CWD | |
mount: /projects/me /test | |
# Optionally, define the CWD in the container | |
directory: /test |