diff options
Diffstat (limited to 'test-scenarios/scenarios.json')
-rw-r--r-- | test-scenarios/scenarios.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/test-scenarios/scenarios.json b/test-scenarios/scenarios.json new file mode 100644 index 0000000..a4d3fa2 --- /dev/null +++ b/test-scenarios/scenarios.json @@ -0,0 +1,15 @@ +{ + "install_python_twice": { + "image": "mcr.microsoft.com/vscode/devcontainers/base:focal", + "features": [ + { + "id": "python", + "version": "3.8" + }, + { + "id": "python", + "version": "3.9" + } + ] + } +}
\ No newline at end of file |