Exclude migrations.

This commit is contained in:
Omer Katz 2016-04-01 15:42:47 +03:00
parent 9c297392dc
commit f1fb4577cc

View file

@ -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*"