Skip to content
Snippets Groups Projects
Commit 13bca29e authored by Casey Faist's avatar Casey Faist
Browse files

update tests to expect success for all 2.7.15 builds

parent 95779d67
No related branches found
No related tags found
No related merge requests found
......@@ -81,20 +81,12 @@ testPylibmc() {
}
testPython2() {
if [[ "$STACK" == "heroku-16" ]] || [[ "$STACK" == "cedar-14" ]]; then
compile "python2"
assertCaptured "python-2.7.15"
assertCapturedSuccess
fi
}
testNoPython2() {
if [[ "$STACK" == "heroku-18" ]]; then
compile "python2"
assertCapturedError
fi
}
testPython3() {
compile "python3"
assertCaptured "python-3.6.6"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment