-
-
Notifications
You must be signed in to change notification settings - Fork 87
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
Package template update #107
Merged
Merged
Conversation
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
Made necessary by astropy/astropy@b94fd38
Simplify package-template usage
…will always copy over the latest version of ah_bootstrap (so that we can test ah_bootstrap itself), but there should still be a default copy of it in the package-template repo as well
…ludes astropy_helpers as a submodule. Yes, astropy_helpers is now a submodule of package_template which is a submodule of astropy_helpers
…06a751b8a6971b15e7e3d6590a
Change ``clean`` rule to remove generated docs
…l work then on Travis
Astropy helpers
Updated astropy-helpers to latest version
setup_package.py files
Fixing docs links in package test function
Added example API docs section
This version includes fixes for the coverage testing in affiliated packages.
Updated astropy-helpers to latest version.
Care is taken to use a numpy wheel whose version matches the scipy/astropy wheels. Previous commit messages: Use development astropy for test --coverage Install coverage when needed Add cython to the travis build environment, controlled by an environmental variable Also added a few more words of advice to the travis part of the README Restore -w option to build_sphinx Change URL for numpy-specific wheels and make scipy an optional install Fix latest stable numpy version Several tweaks to improve performance and reduce unnecessary tests Remove debugging statements and cython install in egg_only
Use wheels on travis
…rride Don't override package data after it's been determined from setup_package.py files
…emplate-update Conflicts: .travis.yml MANIFEST.in README.rst ccdproc/__init__.py ccdproc/tests/coveragerc docs/conf.py docs/packagename/index.rst packagename/tests/setup_package.py setup.py
@crawfordsm -- do you object to merging this? You will definitely need to update your local repo if I merge. There is still one warning coming up in the documentation build, related to the switch to astropy_helpers |
No problem with merging this and merge when you are ready. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Closes #93