Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 533 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 533 Bytes

InvisibleRoads Posts

This package provides our customized foundation for building a web service using pyramid.

Use

Install dependencies.

pip install -U cookiecutter

Initialize project.

cookiecutter https://github.com/invisibleroads/invisibleroads-cookiecutter

Follow the instructions in the generated README.

Test

git clone https://github.com/invisibleroads/invisibleroads-posts
cd invisibleroads-posts
pip install -e .[test]
pytest --cov=invisibleroads_posts --cov-report term-missing tests