Skip to content
This repository has been archived by the owner on Feb 25, 2022. It is now read-only.

Latest commit

 

History

History

scripts

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Development Scripts

  • scripts/setup - Create a virtualenv directory, and install the dev requirements.
  • scripts/test - Run the API Star test suite, using py.test.
  • scripts/lint - Run flake8 and isort against the code and tests.
  • scripts/ci - Run the tests and linting with correct options for continuous integration.
  • scripts/publish - Publish the latest version to PyPI. (Requires maintainer permissions.)

Styled after GitHub"s "Scripts to Rule Them All".