Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
coopwire-hypothesis
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
孙灵跃 Leon Sun
coopwire-hypothesis
Commits
8a078052
Commit
8a078052
authored
Sep 21, 2022
by
Robert Knight
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove obsolete references to Jenkins and Travis
We don't use either of these CI systems any more.
parent
e3170841
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
16 deletions
+0
-16
install-python
bin/install-python
+0
-16
No files found.
bin/install-python
View file @
8a078052
...
...
@@ -15,22 +15,6 @@
#
# $ ./bin/install-python
# Exit if we're running on Travis CI.
# On Travis we just want to use the versions of Python provided in the Travis
# VM, even though they may not have be the same patch versions as in
# .python-version.
if
[
"
$TRAVIS
"
=
"true"
]
then
exit
fi
# Exit if we're running on Jenkins.
# On Jenkins we run the tests in Docker and we just want to use the versions of
# Python provided in the Docker container.
if
[
-n
"
${
JENKINS_URL
+set
}
"
]
;
then
exit
fi
# Loop over every $python_version in the .python-version file.
while
IFS
=
read
-r
python_version
do
...
...
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