forked from audreyfeldroy/cookiecutter-pypackage
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Backport from Flyingpigeon and Emu #89
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
It's used in refresh-notebooks so it should default to PAVICS output url.
cehbrecht
requested changes
May 29, 2020
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.
see comments ... output_url.
As of May 2020, the bump2version fork has adopted bumpversion to continue development.
… one stone two birds
cehbrecht
approved these changes
Jun 4, 2020
@tlvu feel free to merge. |
Zeitsperre
approved these changes
Jun 4, 2020
tlvu
added a commit
to bird-house/emu
that referenced
this pull request
Jun 5, 2020
…ookiecutter Setup cruft to refresh from cookiecutter. This PR is part of issue bird-house/cookiecutter-birdhouse#61, rolling out cruft as a mechanism to easily update cookiecutter template changes to existing project. Require cookiecutter-birdhouse PR bird-house/cookiecutter-birdhouse#89 Noticeable changes: * Docs testing also enabled in Travis-CI * Use `make develop` in Travis-CI instead of manual install * ReadTheDocs build changed to use minimal `environment-docs.yml` and mock import Travis-CI build working: https://travis-ci.org/github/bird-house/emu/builds/694623148 RtD build working: https://readthedocs.org/projects/emu/builds/11184100/
tlvu
added a commit
to bird-house/flyingpigeon
that referenced
this pull request
Jun 5, 2020
…refresh Setup cruft for cookiecutter refresh. This PR is part of issue bird-house/cookiecutter-birdhouse#61, rolling out cruft as a mechanism to easily update cookiecutter template changes to existing project. Require cookiecutter-birdhouse PR bird-house/cookiecutter-birdhouse#89 In `.cruft.json`, I set `"project_short_description": "A Web Processing Service Testbed."` from the `README.rst`, let me know if that is still correct. In `README.rst`, I took the Flyingpigeon bird description from `docs/source/index.rst`. Noticeable changes: * Notebooks testing enabled in Travis-CI but allowed to fail, waiting for this issue #328 according to @nilshempelmann * Fix pymetalink install to be able to run notebook tests * Docs testing also enabled in Travis-CI Travis-CI build working: https://travis-ci.org/github/bird-house/flyingpigeon/builds/694013491 RtD build working: https://readthedocs.org/projects/flyingpigeon/builds/11184473/
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.
Backport a few differences when synching with Flyingpigeon and Emu.
Some noticeable changes:
OUTPUT_URL
in target refresh-notebooks.make test-notebooks
.make docs
in Travis-CI.Matching FlyingPigeon PR bird-house/flyingpigeon#330 and Emu PR bird-house/emu#103