summaryrefslogtreecommitdiff
path: root/tasks.py
Commit message (Collapse)AuthorAgeFilesLines
* "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