Skip to content

Commit b8bc2a6

Browse files
committed
Add a test to Ensure not have missing migrations
1 parent 3b60feb commit b8bc2a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ install: pip install -r dev-requirements.txt
1212
before_script:
1313
- psql -c 'create database "python.org";' -U postgres
1414
script:
15+
- python manage.py makemigrations --dry-run --check
1516
- python -Wd -m coverage run manage.py test -v2
1617
- coverage report -m --fail-under=75
1718
notifications:

0 commit comments

Comments
 (0)