Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
ad991b37
Unverified
Commit
ad991b37
authored
Oct 18, 2019
by
Matthew Brett
Committed by
GitHub
Oct 18, 2019
Browse files
Merge pull request #266 from radarhere/pypy
MRG: Added pypy 7.2
parents
643d202b
26208ae8
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
.travis.yml
.travis.yml
+4
-0
common_utils.sh
common_utils.sh
+3
-2
tests/test_fill_pypy_ver.sh
tests/test_fill_pypy_ver.sh
+1
-0
No files found.
.travis.yml
View file @
ad991b37
...
@@ -132,6 +132,10 @@ matrix:
...
@@ -132,6 +132,10 @@ matrix:
env
:
env
:
-
PYTHON_VERSION=pypy-7.1
-
PYTHON_VERSION=pypy-7.1
-
VENV=venv
-
VENV=venv
-
os
:
osx
env
:
-
PYTHON_VERSION=pypy-7.2
-
VENV=venv
# Default OSX (xcode image) is 10.13 (xcode 9.4.1) as of 2018-08-03
# 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/
# See: https://docs.travis-ci.com/user/reference/osx/
-
os
:
osx
-
os
:
osx
...
...
common_utils.sh
View file @
ad991b37
...
@@ -364,7 +364,7 @@ function fill_submodule {
...
@@ -364,7 +364,7 @@ function fill_submodule {
PYPY_URL=https://bitbucket.org/pypy/pypy/downloads
PYPY_URL=https://bitbucket.org/pypy/pypy/downloads
# As of 2019-0
5
-15, the latest verions of PyPy.
# As of 2019-
1
0-15, the latest verions of PyPy.
LATEST_PP_4p0=4.0.1
LATEST_PP_4p0=4.0.1
LATEST_PP_4=
$LATEST_PP_4p0
LATEST_PP_4=
$LATEST_PP_4p0
...
@@ -383,7 +383,8 @@ LATEST_PP_6=$LATEST_PP_6p0
...
@@ -383,7 +383,8 @@ LATEST_PP_6=$LATEST_PP_6p0
LATEST_PP_7p0=7.0.0
LATEST_PP_7p0=7.0.0
LATEST_PP_7p1=7.1.1
LATEST_PP_7p1=7.1.1
LATEST_PP_7=
$LATEST_PP_7p1
LATEST_PP_7p2=7.2.0
LATEST_PP_7=
$LATEST_PP_7p2
function unroll_version {
function unroll_version {
# Convert major or major.minor format to major.minor.micro using the above
# Convert major or major.minor format to major.minor.micro using the above
...
...
tests/test_fill_pypy_ver.sh
View file @
ad991b37
...
@@ -15,5 +15,6 @@
...
@@ -15,5 +15,6 @@
[
"
$(
fill_pypy_ver 6.0
)
"
==
$LATEST_PP_6p0
]
||
ingest
[
"
$(
fill_pypy_ver 6.0
)
"
==
$LATEST_PP_6p0
]
||
ingest
[
"
$(
fill_pypy_ver 7.0
)
"
==
$LATEST_PP_7p0
]
||
ingest
[
"
$(
fill_pypy_ver 7.0
)
"
==
$LATEST_PP_7p0
]
||
ingest
[
"
$(
fill_pypy_ver 7.1
)
"
==
$LATEST_PP_7p1
]
||
ingest
[
"
$(
fill_pypy_ver 7.1
)
"
==
$LATEST_PP_7p1
]
||
ingest
[
"
$(
fill_pypy_ver 7.2
)
"
==
$LATEST_PP_7p2
]
||
ingest
[
"
$(
fill_pypy_ver 4.0.1
)
"
==
"4.0.1"
]
||
ingest
[
"
$(
fill_pypy_ver 4.0.1
)
"
==
"4.0.1"
]
||
ingest
[
"
$(
fill_pypy_ver 5.0.1
)
"
==
"5.0.1"
]
||
ingest
[
"
$(
fill_pypy_ver 5.0.1
)
"
==
"5.0.1"
]
||
ingest
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment