Misc Updates (#65)

* Tweaks to release process

* Drop python 3.6
This commit is contained in:
kclowes
2022-09-19 14:35:39 -06:00
committed by GitHub
parent 24c805c90d
commit 99af2f4d53
8 changed files with 144 additions and 131 deletions

View File

@ -32,6 +32,7 @@ lint:
lint-roll:
isort --recursive <MODULE_NAME> tests
black {toxinidir}/<MODULE_NAME> {toxinidir}/tests setup.py
$(MAKE) lint
test:
@ -48,12 +49,14 @@ build-docs:
validate-docs:
python ./newsfragments/validate_files.py
towncrier --draft --version preview
towncrier build --draft --version preview
docs: build-docs validate-docs
check-docs: build-docs validate-docs
docs: check-docs
open docs/_build/html/index.html
linux-docs: build-docs
linux-docs: check-docs
xdg-open docs/_build/html/index.html
check-bump: