summaryrefslogtreecommitdiff
path: root/tasks.py
Commit message (Collapse)AuthorAgeFilesLines
* Added regex to validatetag invoke task to check to make sure Git Tag appears ↵Todd Leonhardt2018-08-271-2/+16
| | | | to be a version number
* Added a validatetag invoke task to check to make sure a Git tag exists for ↵Todd Leonhardt2018-08-241-2/+9
| | | | | | | | the current HEAD Also: - The pypi and pypi-test invoke tasks now have the validatetag task as their first prerequisite - So attempting to publish to pypi without a Git tag will fail
* Added a tag invoke task for adding a Git tag and pushing it to originTodd Leonhardt2018-08-241-0/+9
|
* Removed non-working Module Index link from the main Sphinx docs pageTodd Leonhardt2018-07-311-1/+2
| | | | | | | | | Also: * Improved Sphinx build options in Makefile and via invoke by adding the following options: * -n : nit-picky mode, warn about all missing references * -v : increase verbosity (can be repeated) * -W : turn warnings into errors * -T : show full traceback on exception
* "invoke clean" will now also cleanup mypy daemon artifactsTodd Leonhardt2018-06-251-2/+1
|
* Added invoke commands for running mypy and cleaning up after itTodd Leonhardt2018-06-101-0/+15
|
* Removed apparently dead code from argcomplete_bridge.pyTodd Leonhardt2018-06-091-1/+1
| | | | | | Also: - Made some minor formatting changes in argcomplete_bridge.py to make PyCharm happy - Fixed typo where "invoke clean" was cleaning up .pytest-cache instead of .pytest_cache
* Added minimum version of twine to dev tool requirements in setup.pyTodd Leonhardt2018-05-301-1/+6
| | | | | Also: - Updated comment in tasks.py to document minimum version of twine, wheel, and setuptools required
* More updates for #408 and #399kotfu2018-05-281-25/+19
|
* Work begins on #408 and #399kotfu2018-05-281-0/+184