summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Replace rwt with pip-runv5.3.0Jason R. Coombs2021-02-111-2/+2
* Use short link for issueJason R. Coombs2021-02-111-1/+1
* Suppress test failures on WindowsJason R. Coombs2021-02-111-0/+1
* Merge pull request #54 from Flameeyes/masterJason R. Coombs2021-02-111-2/+2
|\
| * Fix README (and thus long_description).Diego Elio Pettenò2020-03-251-2/+2
* | Update changelog.Jason R. Coombs2021-02-111-0/+6
* | ⚫ Fade to black.Jason R. Coombs2021-02-111-2/+2
* | Merge https://github.com/jaraco/skeletonJason R. Coombs2021-02-119-26/+32
|\ \
| * | Normalize indentationJason R. Coombs2021-02-091-3/+3
| * | Add support for namespace packages. Closes jaraco/skeleton#40.Jason R. Coombs2021-01-151-1/+7
| * | Use `extend-ignore` in flake8 config (#33)Sviatoslav Sydorenko2021-01-081-5/+1
| * | Use license_files instead of license_file in meta (#35)Sviatoslav Sydorenko2021-01-081-1/+2
| * | Replace pep517.build with build (#37)Sviatoslav Sydorenko2021-01-081-2/+2
| * | Enable complexity limit. Fixes jaraco/skeleton#34.Jason R. Coombs2021-01-081-0/+4
| * | Prefer pytest-enabler to jaraco.testJason R. Coombs2020-12-302-8/+5
| * | Add note about automatic merging of PRs and the requirements and limitations.Jason R. Coombs2020-12-301-0/+2
| * | Rename 'Automated Tests' to simply 'tests'Jason R. Coombs2020-12-302-4/+4
| * | pre-commit autoupdateJason R. Coombs2020-12-291-2/+2
| * | Automatically inject project name in docs heading.Jason R. Coombs2020-12-292-3/+3
* | | Merge branch '2020-handoff' of https://github.com/jaraco/skeletonJason R. Coombs2021-02-1116-124/+202
|\ \ \ | |_|/ |/| |
| * | Merge branch 'main' into 2020-handoffJason R. Coombs2020-12-132-0/+47
| |\ \ | | |/
| | * Enable automergeJason R. Coombs2020-12-131-0/+27
| | * Update skeleton description to describe the periodic collapse. Fixes #27.Jason R. Coombs2020-12-121-0/+20
| * | Merge remote-tracking branch 'origin/archive/2020-12' into 2020-handoffJason R. Coombs2020-12-120-0/+0
| |\ \ | | |/ | |/|
| | * Honor TOX_WORK_DIR if set. Workaround for tox-dev/tox#20.Jason R. Coombs2020-11-191-0/+1
| | * Use inline flags with local scope.Jason R. Coombs2020-10-281-1/+1
| | * use add-github-secrets, which infers the secrets needed from the github workf...Jason R. Coombs2020-10-231-3/+1
| | * Drop tests on Travis, Appveyor, and Azure Pipelines.Jason R. Coombs2020-10-235-148/+4
| | * Test on Python 3.9. Skip 3.7 to avoid creating too many builds. Release on 3.9.Jason R. Coombs2020-10-221-4/+4
| | * Use RTD v2 configJason R. Coombs2020-10-181-4/+5
| | * Refresh docs to prefer Github Actions to Azure Pipelines. Ref jaraco/skeleton...Jason R. Coombs2020-10-111-11/+16
| | * Cut releases from Github Actions instead of Azure Pipelines. Ref jaraco/skele...Jason R. Coombs2020-10-102-24/+21
| | * Add workflows for running tests. Ref jaraco/skeleton#24.Jason R. Coombs2020-10-101-0/+22
| | * Also enable flake8 and cov when the plugins are present.Jason R. Coombs2020-09-123-2/+8
| | * Use enabled plugin configuration to enable mypy and black when the plugin is ...Jason R. Coombs2020-09-123-6/+6
| | * Bump black and blacken-docs to latest stable versions.Jason R. Coombs2020-09-081-2/+2
| | * Disable pytest-black and pytest-mypy on PyPy. Fixes jaraco/skeleton#22. Ref p...Jason R. Coombs2020-09-042-2/+12
| | * Add the env var mapping too.Jason R. Coombs2020-09-011-0/+1
| | * Moved refresh.svg to another branch. Reference the animation from the docs. R...Jason R. Coombs2020-08-302-193/+4
| | * Create Github releases when releasing the package. Fixes jaraco/skeleton#23.Jason R. Coombs2020-08-301-0/+3
| | * Remove workaround for python/mypy#8627. Ref jaraco/skeleton#18.Jason R. Coombs2020-07-261-2/+0
| | * Move workaround for python/mypy#8627 to tox.ini, as adding it to setup.cfg pr...Jason R. Coombs2020-05-232-2/+2
| | * Add 'refresh.svg' demonstrating an example of refreshing a project with the l...Jason R. Coombs2020-05-231-0/+193
| | * Add workaround for python/mypy#8627. Fixes jaraco/skeleton#18.Jason R. Coombs2020-05-231-0/+2
| | * Run tests on prereleases of Python on Windows. Fixes jaraco/skeleton#17.Jason R. Coombs2020-05-231-1/+15
| | * Ensure virtualenv is upgraded when installing tox. Fixes jaraco/path#188.Jason R. Coombs2020-05-221-1/+2
| | * Include mypy for type checking during tests.Jason R. Coombs2020-05-033-1/+4
| | * Add workaround for warning emitted when junitxml is used. Ref pytest-dev/pyte...Jason R. Coombs2020-05-021-0/+2
| | * Remove more references to tox-venvJason R. Coombs2020-05-012-2/+2
| | * Remove tox-venv and tox-pip-version. Tox-venv is discouraged (https://github....Jason R. Coombs2020-04-271-5/+0