Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added regex to validatetag invoke task to check to make sure Git Tag appears ↵ | Todd Leonhardt | 2018-08-27 | 1 | -2/+16 |
| | | | | to be a version number | ||||
* | Added a validatetag invoke task to check to make sure a Git tag exists for ↵ | Todd Leonhardt | 2018-08-24 | 1 | -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 origin | Todd Leonhardt | 2018-08-24 | 1 | -0/+9 |
| | |||||
* | Removed non-working Module Index link from the main Sphinx docs page | Todd Leonhardt | 2018-07-31 | 1 | -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 artifacts | Todd Leonhardt | 2018-06-25 | 1 | -2/+1 |
| | |||||
* | Added invoke commands for running mypy and cleaning up after it | Todd Leonhardt | 2018-06-10 | 1 | -0/+15 |
| | |||||
* | Removed apparently dead code from argcomplete_bridge.py | Todd Leonhardt | 2018-06-09 | 1 | -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.py | Todd Leonhardt | 2018-05-30 | 1 | -1/+6 |
| | | | | | Also: - Updated comment in tasks.py to document minimum version of twine, wheel, and setuptools required | ||||
* | More updates for #408 and #399 | kotfu | 2018-05-28 | 1 | -25/+19 |
| | |||||
* | Work begins on #408 and #399 | kotfu | 2018-05-28 | 1 | -0/+184 |