mirror of
https://github.com/jazzband/django-dbtemplates.git
synced 2026-05-28 00:44:03 +00:00
Exclude migrations.
This commit is contained in:
parent
9c297392dc
commit
f1fb4577cc
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ install:
|
|||
- pip install -e .
|
||||
- pip install -r requirements/tests.txt Django==$DJANGO
|
||||
before_script:
|
||||
- flake8 dbtemplates --ignore=E501
|
||||
- flake8 dbtemplates --ignore=E501 --exclude=migrations
|
||||
script:
|
||||
- coverage run --branch --source=dbtemplates `which django-admin.py` test dbtemplates
|
||||
- coverage report --omit="dbtemplates/test*,dbtemplates/migrations*"
|
||||
|
|
|
|||
Loading…
Reference in a new issue