starlette/scripts
Tom Christie af105b23d5
Ignore database coverage if STARLETTE_TEST_DATABASE is unset (#319)
* Ignore database coverage if STARLETTE_TEST_DATABASE is unset

* Skip black on 3.7 :(
2019-01-14 12:39:40 +00:00
..
README.md Install script (#300) 2019-01-14 11:12:40 +00:00
clean Add scripts/clean 2018-12-06 10:52:38 +00:00
install Tweaks to CONTRIBUTING docs and install script 2019-01-14 11:22:43 +00:00
lint Remove unused imports, with 'autoflake' (#313) 2019-01-10 14:35:32 +00:00
publish Add scripts/clean 2018-12-06 10:52:38 +00:00
test Ignore database coverage if STARLETTE_TEST_DATABASE is unset (#319) 2019-01-14 12:39:40 +00:00

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".