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
311be2f6
Commit
311be2f6
authored
Nov 09, 2019
by
Jason Madden
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Build with manylinux2010 and use Python 2.7.17 to build on mac in order to upload.
parent
b001c5ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
.travis.yml
.travis.yml
+5
-3
No files found.
.travis.yml
View file @
311be2f6
...
...
@@ -44,13 +44,13 @@ jobs:
# manylinux wheel builds
-
name
:
64-bit manylinux wheels (all Pythons)
services
:
docker
env
:
DOCKER_IMAGE=quay.io/pypa/manylinux
1
_x86_64
env
:
DOCKER_IMAGE=quay.io/pypa/manylinux
2010
_x86_64
install
:
docker pull $DOCKER_IMAGE
script
:
bash .manylinux.sh
-
name
:
32-bit manylinux wheels (all Pythons)
services
:
docker
env
:
DOCKER_IMAGE=quay.io/pypa/manylinux
1
_i686 PRE_CMD=linux32
env
:
DOCKER_IMAGE=quay.io/pypa/manylinux
2010
_i686 PRE_CMD=linux32
install
:
docker pull $DOCKER_IMAGE
script
:
bash .manylinux.sh
...
...
@@ -60,7 +60,9 @@ jobs:
-
name
:
Python 2.7 wheels for MacOS
os
:
osx
language
:
generic
env
:
TERRYFY_PYTHON='macpython 2.7'
# We require at least 2.7.15 to upload wheels.
# See https://github.com/zopefoundation/BTrees/issues/113
env
:
TERRYFY_PYTHON='macpython 2.7.17'
-
name
:
Python 3.5 wheels for MacOS
os
:
osx
language
:
generic
...
...
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