Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
persistent
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
persistent
Commits
769b0e63
Commit
769b0e63
authored
Jan 16, 2017
by
Jason Madden
Committed by
GitHub
Jan 16, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #59 from zopefoundation/py36-mac
Use macpython for all Mac builds.
parents
ea00488e
e17d5745
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
.travis.yml
.travis.yml
+5
-5
No files found.
.travis.yml
View file @
769b0e63
...
...
@@ -16,21 +16,21 @@ matrix:
python
:
pypy
-
os
:
linux
python
:
pypy3
# It's important to use 'macpython' builds to get the least
# restrictive wheel tag. It's also important to avoid
# 'homebrew 3' because it floats instead of being a specific version.
-
os
:
osx
language
:
generic
env
:
TERRYFY_PYTHON='
homebrew 2
'
env
:
TERRYFY_PYTHON='
macpython 2.7
'
-
os
:
osx
language
:
generic
env
:
TERRYFY_PYTHON='macpython 3.4'
-
os
:
osx
language
:
generic
env
:
TERRYFY_PYTHON='macpython 3.5'
# Homebrew only accepts the major version number and
# automatically rolls out new versions. At this writing, that
# is 3.6.0.
-
os
:
osx
language
:
generic
env
:
TERRYFY_PYTHON='
homebrew 3
'
env
:
TERRYFY_PYTHON='
macpython 3.6.0
'
before_install
:
-
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then git clone https://github.com/MacPython/terryfy; fi
-
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then source terryfy/travis_tools.sh; 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