2018-06-25 13:15:32 +00:00
|
|
|
# Development Scripts
|
|
|
|
|
2019-01-14 11:12:41 +00:00
|
|
|
* `scripts/install` - Install dependencies in a virtual environment.
|
2018-06-25 13:15:32 +00:00
|
|
|
* `scripts/test` - Run the test suite.
|
2020-09-06 10:08:07 +00:00
|
|
|
* `scripts/lint` - Run the automated code linting/formatting tools.
|
|
|
|
* `scripts/check` - Run the code linting, checking that it passes.
|
|
|
|
* `scripts/coverage` - Check that code coverage is complete.
|
|
|
|
* `scripts/build` - Build source and wheel packages.
|
2018-06-25 13:15:32 +00:00
|
|
|
* `scripts/publish` - Publish the latest version to PyPI.
|
|
|
|
|
|
|
|
Styled after GitHub's ["Scripts to Rule Them All"](https://github.com/github/scripts-to-rule-them-all).
|