mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
add tests for new runtimes
This commit is contained in:
@@ -93,9 +93,21 @@ testPython2() {
|
||||
assertCapturedSuccess
|
||||
}
|
||||
|
||||
testPython3() {
|
||||
compile "python3"
|
||||
assertCaptured "python-3.6.6"
|
||||
testPython3_5() {
|
||||
compile "python3_5"
|
||||
assertCaptured "python-3.5.6"
|
||||
assertCapturedSuccess
|
||||
}
|
||||
|
||||
testPython3_6() {
|
||||
compile "python3_6"
|
||||
assertCaptured "python-3.6.7"
|
||||
assertCapturedSuccess
|
||||
}
|
||||
|
||||
testPython3_7() {
|
||||
compile "python3_7"
|
||||
assertCaptured "python-3.7.1"
|
||||
assertCapturedSuccess
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user