summaryrefslogtreecommitdiff
path: root/Tools/ci-run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/ci-run.sh')
-rw-r--r--Tools/ci-run.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tools/ci-run.sh b/Tools/ci-run.sh
index 905a9d1e3..ffde4cbe1 100644
--- a/Tools/ci-run.sh
+++ b/Tools/ci-run.sh
@@ -83,6 +83,8 @@ else
python -m pip install -r test-requirements.txt || exit 1
if [[ $PYTHON_VERSION != "pypy"* && $PYTHON_VERSION != "3."[1]* ]]; then
python -m pip install -r test-requirements-cpython.txt || exit 1
+ elif [[ $PYTHON_VERSION == "pypy-2.7" ]]; then
+ python -m pip install -r test-requirements-pypy27.txt || exit 1
fi
fi
fi