We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2c94ac8 + ff20511 commit 098f1f1Copy full SHA for 098f1f1
.travis.yml
@@ -22,7 +22,7 @@ install:
22
- pip install -q -r "test_requirements/django-$DJANGO.txt" --use-mirrors
23
- if [ $DATABASE_URL == 'mysql://[email protected]/djangocms_test' ]; then pip install -q mysql-python --use-mirrors; fi
24
script:
25
- python develop.py test --do-migrations
+ python develop.py test --migrate
26
notifications:
27
email:
28
recipients:
0 commit comments