Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 512 Bytes

README.rst

File metadata and controls

31 lines (21 loc) · 512 Bytes

cookiecutter-pytest

Build Status

A pytest/tox tempalte for cookiecutter.

Usage

$ pip install cookiecutter
$ cookiecutter https://github.com/retr0h/cookiecutter-pytest.git
$ cd $project
$ git init
$ pip install -e .
$ tox
$ $project --help

License

MIT