-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
disable buidling/deployment of python wheels #583
Merged
Merged
Changes from 1 commit
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
75aa483
[appveyor] remove 'deploy' stage; only test python 2.7 and 3.6
anthrotype f54b514
remove terrify submodule as not needed any more
anthrotype 2475c01
[travis] just test py2.7 and 3.6 on linux; remove extra osx python bu…
anthrotype 86d4b19
[setup.py] only rebuild if dependency are newer; fix typo in list of …
anthrotype 384f8b6
[ci] only run 'python setup.py test'
anthrotype 44b5e66
[Makefile] run 'build_ext --inplace' instead of 'develop' as default …
anthrotype 4e370f5
[Makefile] add 'develop' target; remove unnecessary 'tests' target
anthrotype 0a3c14c
[Makefile] `setup.py test` requires setuptools; run `python -m unittest`
anthrotype 47b4aab
[python/README.md] add ref to 'develop' target; remove 'tests', just …
anthrotype 44f6d75
[setup.py] import modules as per nicksay's comment
anthrotype ab16a1b
[Makefile] add 'develop' to .PHONY targets
anthrotype 70bb27b
[appveyor] remove unused setup scripts
anthrotype 4add62c
[appveyor] remove unneeded setup code
anthrotype 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
[python/README.md] add ref to 'develop' target; remove 'tests', just …
…'make test'
- Loading branch information
commit 47b4aabac800a0736d55609551aa50adf866ccf7
There are no files selected for viewing
This file contains 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
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.
Maybe leave something about "development mode" here since it's described in the paragraph right before this?
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.
oh I see now, sorry.. I can actually add an additional
make develop
, wdyt?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.
Yeah, that sounds good to me, though perhaps we should remove the references to "development mode" in the README if the in-place build is the default.