travis should try to run the migrations

This commit is contained in:
Guilhem Saurel 2016-10-02 23:59:35 +02:00
parent 71f42de9da
commit 8c6a785f2a
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ install:
- pip install -r requirements.txt python-coveralls flake8 - pip install -r requirements.txt python-coveralls flake8
script: script:
- coverage run manage.py test - coverage run manage.py test
- ./manage.py migrate
after_success: after_success:
- coveralls - coveralls
- flake8 . - flake8 .