diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 0218610..5d52997 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,4 +15,6 @@ install: # command to run tests and coverage script: + - python manage.py makemigrations + - python manage.py migrate - python manage.py test |