mirror of https://github.com/encode/starlette.git
af105b23d5
* Ignore database coverage if STARLETTE_TEST_DATABASE is unset * Skip black on 3.7 :( |
||
---|---|---|
.. | ||
README.md | ||
clean | ||
install | ||
lint | ||
publish | ||
test |
README.md
Development Scripts
scripts/install
- Install dependencies in a virtual environment.scripts/test
- Run the test suite.scripts/lint
- Run the code linting.scripts/publish
- Publish the latest version to PyPI.
Styled after GitHub's "Scripts to Rule Them All".