Skip to content

Commit 718d8b2

Browse files
committed
ignored migrations file in travis
1 parent d77b464 commit 718d8b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ before_script:
1111
- find . | grep .py$ | grep -v /migrations | grep -v __init__.py | xargs pyflakes
1212
- psql -c 'CREATE DATABASE db_mutex;' -U postgres
1313
script:
14-
- coverage run --source='db_mutex' --branch manage.py test
14+
- coverage run --source='db_mutex' --branch --omit 'db_mutex/migrations/*' manage.py test
1515
- coverage report --fail-under=100

0 commit comments

Comments
 (0)