This repository was archived by the owner on Feb 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
[MRG] Creates nightly builds for Python >= 3.6 on all platforms #17
Merged
Merged
Changes from all commits
Commits
Show all changes
59 commits
Select commit
Hold shift + click to select a range
b570a5f
TST: Nightly
thomasjpfan 18e6a94
TST: update cython version
thomasjpfan 0be255b
TST: Nightly
thomasjpfan dd78c94
TST: Nightly
thomasjpfan 4e2796c
TST: Update username
thomasjpfan d990acb
TST: Update username
thomasjpfan 4fe5d25
TST: Update username
thomasjpfan f711239
RFC Uses local account
thomasjpfan 69ba832
BLD Update multibuild
thomasjpfan 09572a0
BLD Uses rackspace
thomasjpfan d056a2e
BLD Uses rackspace
thomasjpfan 0807e62
BLD Uses rackspace
thomasjpfan d212539
BLD Uses rackspace
thomasjpfan c5ee715
BLD Adds all other versions
thomasjpfan 5c24848
BLD Adds windows support
thomasjpfan 939796f
BLD Fixes windows support
thomasjpfan 624bd97
ENH Errors on python2 and 3.5
thomasjpfan 45b18b6
TST Fix
thomasjpfan 6ec59e8
ENH Exit 0 when not building
thomasjpfan d52e9cb
ENH Only build for python 3.6 or greater
thomasjpfan eaeb32c
ENH Fix Windows
thomasjpfan 70cc563
RFC Uses master
thomasjpfan df76635
ENH Fix windows
thomasjpfan fdaa380
ENH Fix windows
thomasjpfan b7abf36
ENH Fix windows
thomasjpfan 7402e3a
ENH Fix windows
thomasjpfan 672be7c
ENH Fix windows
thomasjpfan 5a3f955
ENH Fix windows
thomasjpfan 5e12452
ENH Fix windows
thomasjpfan e0dcfa3
ENH Fix windows
thomasjpfan ef9335d
ENH Fix windows
thomasjpfan 9f3638b
ENH Fix windows
thomasjpfan 54b7443
ENH Fix windows
thomasjpfan e456091
ENH Fix windows
thomasjpfan 127d2e1
ENH Fix windows
thomasjpfan 026f5f6
ENH Fix windows
thomasjpfan 41dd072
ENH Fix windows
thomasjpfan f320e02
ENH Fix windows
thomasjpfan 6dc05f1
ENH Fix windows
thomasjpfan bf5a11e
ENH Fix windows
thomasjpfan 922b59a
ENH Fix unix
thomasjpfan b16d13d
ENH Fix unix
thomasjpfan 0d46b4d
ENH Fix unix
thomasjpfan 29b4781
ENH Fix windows
thomasjpfan 9edd678
ENH Fix windows
thomasjpfan cf34180
ENH Fix windows
thomasjpfan 98ad4c8
ENH Fix windows
thomasjpfan aaaa602
ENH Fix windows
thomasjpfan b61a482
ENH Use pre-release container
thomasjpfan 5e87d75
ENH Uses DAILY_BUILD env
thomasjpfan 69cf538
REV Cython dep
thomasjpfan bd46c7e
REV Cython dep
thomasjpfan 105c04a
REV Makes PR ready for merging
thomasjpfan 5c15fb3
RFC Only build for 3.6 3.7 python
thomasjpfan 6cf3517
BLD Removes arm builds
thomasjpfan 918c928
CLN Address comments
thomasjpfan 7e6d0ad
BUG FIX
thomasjpfan edcd864
BUG FIX
thomasjpfan b8c1579
Update appveyor.yml
ogrisel File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
scipy==1.1.0 | ||
cython==0.28.4 | ||
cython==0.28.5 | ||
pytest | ||
wheel | ||
wheelhouse_uploader |
Submodule multibuild
updated
14 files
+6 −0 | .appveyor.yml | |
+8 −11 | .travis.yml | |
+1 −1 | LICENSE | |
+2 −10 | README.rst | |
+10 −15 | common_utils.sh | |
+4 −6 | library_builders.sh | |
+2 −2 | manylinux_utils.sh | |
+7 −29 | osx_utils.sh | |
+2 −9 | tests/test_fill_pypy_ver.sh | |
+0 −4 | tests/test_fill_pyver.sh | |
+2 −1 | tests/test_library_builders.sh | |
+1 −7 | tests/test_manylinux_utils.sh | |
+0 −3 | tests/test_osx_utils.sh | |
+0 −3 | tests/test_python_install.sh |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
patch? for the wheel building?