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
d917878c
Unverified
Commit
d917878c
authored
May 09, 2021
by
Andrew Murray
Committed by
GitHub
May 09, 2021
Browse files
Merge pull request #404 from radarhere/trusty
Fix failing trusty job
parents
b808f344
44d43ec1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
.travis.yml
.travis.yml
+1
-0
tests/test_supported_wheels.sh
tests/test_supported_wheels.sh
+1
-1
No files found.
.travis.yml
View file @
d917878c
...
@@ -15,6 +15,7 @@ matrix:
...
@@ -15,6 +15,7 @@ matrix:
include
:
include
:
-
os
:
linux
-
os
:
linux
dist
:
trusty
dist
:
trusty
language
:
python
# 64-bit builds
# 64-bit builds
-
os
:
linux
-
os
:
linux
dist
:
xenial
dist
:
xenial
...
...
tests/test_supported_wheels.sh
View file @
d917878c
# Test supported wheels script
# Test supported wheels script
PYTHON_EXE
=
${
PYTHON_EXE
:-
python
}
PYTHON_EXE
=
${
PYTHON_EXE
:-
python
}
if
[
-z
"
$PIP_CMD
"
]
;
then
if
[
-z
"
$PIP_CMD
"
]
;
then
pip_install
=
"
$PYTHON_EXE
-m pip install
--user
"
pip_install
=
"
$PYTHON_EXE
-m pip install"
else
else
pip_install
=
"
$PIP_CMD
install"
pip_install
=
"
$PIP_CMD
install"
fi
fi
...
...
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