forked from audreyfeldroy/cookiecutter-pypackage
-
Notifications
You must be signed in to change notification settings - Fork 1
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
[pull] master from audreyfeldroy:master #1
Open
pull
wants to merge
576
commits into
s-celles:master
Choose a base branch
from
audreyfeldroy:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
Use Tox-Travis for environment selection
Remove package directory from PYTHONPATH
Link auto-generated API into documentation index
- 2 blank lines at EOF - Makefile imports
`*,cover` should be `.`
The root cookiecutter project has a different configuration for both tox and Travis, compared to the generated project. This is inconsistant, but also makes it difficult to detect breakage of the test setup of the generated project. Updating the setups to match increases maintainability.
Python 2.6 is no longer supported by the Python core team. Most tools no longer support this version of Python, pip will also drop Python 2.6 support in a future release. Therefore this version of Python should not be included in the generated project.
Recent releases of Pytest no longer support Python 3.3. This means that a generated project using a recent version of Pytest will fail it's test cases. Because the generated project should work out-of-the-box, support for Python version 3.3 is removed.
Python 3.6 is the most recent stable release of Python (2016-12-23), so code should be tested against this version.
Fix failing Travis build
Add pyup badge as option in README.rst
the tests directory should not contain __init__.py
lgiordani fork added
Bump pip version
Tweak .gitignore, wrap text in LICENSE
Formatting and style changes (cosmetic)
Improve the Makefile
Add missing space after -r
fix #715: Get tests running + remove obsolete Argparse tests
- adapted to src structure... moved to pathlib
…ting ruff for linting and formatting
Add missing package data
Add typer for cli
Keep Dask fragments out of commits
…-to-GithubActions
….com/FrancisBilla/cookiecutter-pypackage into HPPK-707-Migrate-CI-to-GithubActions
…ubActions Migrate ci to GitHub actions #707
…o-5.0.0 Update twine to 5.0.0
…o-7.2.6 Update sphinx to 7.2.6
…-makefile remove-black-references-in-makefile
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.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.1)
Can you help keep this open source service alive? 💖 Please sponsor : )