diff options
author | adityacp | 2020-03-05 11:07:36 +0530 |
---|---|---|
committer | adityacp | 2020-03-05 11:07:36 +0530 |
commit | 8a1f5bdb2075cb3a5d09188b188e2eeb2db18993 (patch) | |
tree | 951f0b6c73d6c26a3cc3d98e8ee6bdd9b373cf4b /.travis.yml | |
parent | 8496eda909d341fd39d98167546d76e5b68ffd59 (diff) | |
download | online_test-8a1f5bdb2075cb3a5d09188b188e2eeb2db18993.tar.gz online_test-8a1f5bdb2075cb3a5d09188b188e2eeb2db18993.tar.bz2 online_test-8a1f5bdb2075cb3a5d09188b188e2eeb2db18993.zip |
Add migrations command in travis
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 0d726fe..4b69c81 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,6 +20,8 @@ install: # command to run tests and coverage script: + - python manage.py makemigrations + - python manage.py migrate - coverage erase - coverage run -p manage.py test -v 2 --settings online_test.test_settings yaksh - coverage run -p manage.py test -v 2 --settings online_test.test_settings grades |