Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
501b324d
Commit
501b324d
authored
Sep 06, 2017
by
Victor Stinner
Committed by
GitHub
Sep 06, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bpo-31355: Travis CI: remove the macOS job (#3367)
parent
80bbe6a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
+0
-9
.travis.yml
.travis.yml
+0
-9
No files found.
.travis.yml
View file @
501b324d
...
...
@@ -25,15 +25,6 @@ matrix:
# compiler here and the other to run the coverage build. Clang is preferred
# in this instance for its better error messages.
env
:
TESTING=cpython
-
os
:
osx
language
:
c
compiler
:
clang
# Testing under macOS is optional until testing stability has been demonstrated.
env
:
OPTIONAL=true
before_install
:
-
brew install openssl xz
-
export CPPFLAGS="-I$(brew --prefix openssl)/include"
-
export LDFLAGS="-L$(brew --prefix openssl)/lib"
-
os
:
linux
language
:
python
# Build the docs against a stable version of Python so code bugs don't hold up doc-related PRs.
...
...
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