Commit e231d27b authored by Andrew Murray's avatar Andrew Murray
Browse files

Added pypy 7.1

parent e373d06f
......@@ -132,6 +132,10 @@ matrix:
env:
- PYTHON_VERSION=pypy-7.0
- VENV=venv
- os: osx
env:
- PYTHON_VERSION=pypy-7.1
- VENV=venv
# Default OSX (xcode image) is 10.13 (xcode 9.4.1) as of 2018-08-03
# See: https://docs.travis-ci.com/user/reference/osx/
- os: osx
......
......@@ -359,7 +359,7 @@ function fill_submodule {
PYPY_URL=https://bitbucket.org/pypy/pypy/downloads
# As of 2019-02-07, the latest verions of PyPy.
# As of 2019-03-25, the latest verions of PyPy.
LATEST_PP_4p0=4.0.1
LATEST_PP_4=$LATEST_PP_4p0
......@@ -377,7 +377,8 @@ LATEST_PP_6p0=6.0.0
LATEST_PP_6=$LATEST_PP_6p0
LATEST_PP_7p0=7.0.0
LATEST_PP_7=$LATEST_PP_7p0
LATEST_PP_7p1=7.1.0
LATEST_PP_7=$LATEST_PP_7p1
function unroll_version {
# Convert major or major.minor format to major.minor.micro using the above
......
......@@ -14,5 +14,6 @@
[ "$(fill_pypy_ver 5.9)" == $LATEST_PP_5p9 ] || ingest
[ "$(fill_pypy_ver 6.0)" == $LATEST_PP_6p0 ] || ingest
[ "$(fill_pypy_ver 7.0)" == $LATEST_PP_7p0 ] || ingest
[ "$(fill_pypy_ver 7.1)" == $LATEST_PP_7p1 ] || ingest
[ "$(fill_pypy_ver 4.0.1)" == "4.0.1" ] || ingest
[ "$(fill_pypy_ver 5.0.1)" == "5.0.1" ] || ingest
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment