aboutsummaryrefslogtreecommitdiff
path: root/test-scenarios/scenarios.json
diff options
context:
space:
mode:
authorSamruddhi Khandale <skhandale@microsoft.com>2022-07-01 21:51:06 +0300
committerGitHub <noreply@github.com>2022-07-01 21:51:06 +0300
commit7f551f8c2f1129d6485088196bfeb28ff5ee3230 (patch)
tree6e727432a0b39ee80ed86c4a34d6b5cf081c6ba5 /test-scenarios/scenarios.json
parent69cba4ffad425e082f36d8fee3101090ccda896c (diff)
Python: Install additional versions (#58)
* additional install * update test * nit * fix test Co-authored-by: Josh Spicer <joshspicer@github.com>
Diffstat (limited to 'test-scenarios/scenarios.json')
-rw-r--r--test-scenarios/scenarios.json11
1 files changed, 10 insertions, 1 deletions
diff --git a/test-scenarios/scenarios.json b/test-scenarios/scenarios.json
index 7c51282..5f594df 100644
--- a/test-scenarios/scenarios.json
+++ b/test-scenarios/scenarios.json
@@ -12,6 +12,15 @@
}
}
},
+ "install_additional_python": {
+ "image": "ubuntu:focal",
+ "features": {
+ "python": {
+ "version": "3.10.5",
+ "additional_versions": "3.8,3.9.13"
+ }
+ }
+ },
"install_additional_ruby": {
"image": "ubuntu:focal",
"features": {
@@ -21,4 +30,4 @@
}
}
}
-} \ No newline at end of file
+}