mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-10 19:57:09 +03:00
Added *tests* to , because including it is cheating
This commit is contained in:
parent
930dee5ddb
commit
fe9be62cf5
|
@ -2,6 +2,10 @@
|
|||
All enhancements and patches to cookiecutter-django will be documented in this file.
|
||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
## [2015-11-06]
|
||||
### Changed
|
||||
- Added *tests* to `.coveragerc`, because including it is cheating! (@pydanny)
|
||||
|
||||
## [2015-11-05]
|
||||
### Changed
|
||||
- Update version of django-extensions (@luzfcb)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
[run]
|
||||
include = {{cookiecutter.repo_name}}/*
|
||||
omit = *migrations*
|
||||
omit = *migrations*, *tests*
|
||||
|
|
Loading…
Reference in New Issue
Block a user