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
dcb1ff90
Commit
dcb1ff90
authored
Mar 16, 2019
by
Andrew Murray
Browse files
Removed PyPy 5.10
parent
956034a9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
3 deletions
+9
-3
.travis.yml
.travis.yml
+8
-0
common_utils.sh
common_utils.sh
+1
-2
tests/test_fill_pypy_ver.sh
tests/test_fill_pypy_ver.sh
+0
-1
No files found.
.travis.yml
View file @
dcb1ff90
...
...
@@ -101,6 +101,14 @@ matrix:
env
:
-
PYTHON_VERSION=pypy-5.7
-
VENV=venv
-
os
:
osx
env
:
-
PYTHON_VERSION=pypy-5.8
-
VENV=venv
-
os
:
osx
env
:
-
PYTHON_VERSION=pypy-5.9
-
VENV=venv
-
os
:
osx
env
:
-
PYTHON_VERSION=pypy-6.0
...
...
common_utils.sh
View file @
dcb1ff90
...
...
@@ -371,8 +371,7 @@ LATEST_PP_5p6=5.6.0
LATEST_PP_5p7=5.7.1
LATEST_PP_5p8=5.8.0
LATEST_PP_5p9=5.9.0
LATEST_PP_5p10=5.10.1
LATEST_PP_5=
$LATEST_PP_5p10
LATEST_PP_5=
$LATEST_PP_5p9
LATEST_PP_6p0=6.0.0
LATEST_PP_6=
$LATEST_PP_6p0
...
...
tests/test_fill_pypy_ver.sh
View file @
dcb1ff90
...
...
@@ -12,7 +12,6 @@
[
"
$(
fill_pypy_ver 5.7
)
"
==
$LATEST_PP_5p7
]
||
ingest
[
"
$(
fill_pypy_ver 5.8
)
"
==
$LATEST_PP_5p8
]
||
ingest
[
"
$(
fill_pypy_ver 5.9
)
"
==
$LATEST_PP_5p9
]
||
ingest
[
"
$(
fill_pypy_ver 5.10
)
"
==
$LATEST_PP_5p10
]
||
ingest
[
"
$(
fill_pypy_ver 6.0
)
"
==
$LATEST_PP_6p0
]
||
ingest
[
"
$(
fill_pypy_ver 7.0
)
"
==
$LATEST_PP_7p0
]
||
ingest
[
"
$(
fill_pypy_ver 4.0.1
)
"
==
"4.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