Skip to content

Commit 098f1f1

Browse files
committed
Merge remote-tracking branch 'yakky/feature/test_migrations' into tests-cleanup
2 parents 2c94ac8 + ff20511 commit 098f1f1

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
@@ -22,7 +22,7 @@ install:
2222
- pip install -q -r "test_requirements/django-$DJANGO.txt" --use-mirrors
2323
- if [ $DATABASE_URL == 'mysql://[email protected]/djangocms_test' ]; then pip install -q mysql-python --use-mirrors; fi
2424
script:
25-
python develop.py test --do-migrations
25+
python develop.py test --migrate
2626
notifications:
2727
email:
2828
recipients:

0 commit comments

Comments
 (0)