Add tests for beta Pypy support

This commit is contained in:
Casey Faist
2019-12-23 00:17:22 -05:00
parent 179f345f5b
commit 848c846a3d
5 changed files with 18 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
django
+1
View File
@@ -0,0 +1 @@
pypy2.7-7.2.0
+1
View File
@@ -0,0 +1 @@
django
+1
View File
@@ -0,0 +1 @@
pypy3.6-7.2.0
+14
View File
@@ -168,6 +168,20 @@ testPython3_8_fail() {
assertCapturedError
}
testPypy3_6() {
compile "pypy3_6"
assertCaptured "Installing Pypy 3.6"
assertCaptured "$PYPY_36"
assertCapturedSuccess
}
testPypy2_7() {
compile "pypy2_7"
assertCaptured "Installing Pypy 2.7"
assertCaptured "$PYPY_27"
assertCapturedSuccess
}
pushd $(dirname 0) >/dev/null
popd >/dev/null