summaryrefslogtreecommitdiff
path: root/noxfile.py
Commit message (Expand)AuthorAgeFilesLines
* Format using a more typical line length of 100Jordan Cook2022-01-011-1/+3
* Re-enable mypy pre-commit hook with attrs as an explicit hook dependency for ...Jordan Cook2021-09-081-4/+2
* Add mypy to 'lint' shortcut for noxJordan Cook2021-09-061-2/+4
* Clear/ignore apidoc files when using sphinx-autobuildJordan Cook2021-08-281-2/+2
* Move autosummaries to module docstrings instead of template, to make them eas...Jordan Cook2021-08-201-2/+2
* Increase integration test timeout for DynamoDB, since it has a longer startup...Jordan Cook2021-08-141-1/+1
* Drop support for python 3.6Jordan Cook2021-08-141-1/+1
* Run integration tests in parallel, and combine MongoDB and GridFS tests into ...Jordan Cook2021-08-121-1/+1
* Parallelize unit tests per module instead of per functionJordan Cook2021-08-121-7/+9
* Use nox to replace docs/Makefile, runtests.sh, and other local dev tasksJordan Cook2021-08-081-0/+79