.travis.yml: drop makemigrations command

This commit is contained in:
arjunsalyan
2020-05-23 13:06:10 +05:30
committed by Arjun Salyan
parent 452c9f92e0
commit cc6c4c3e84
-1
View File
@@ -33,7 +33,6 @@ install:
# run test scripts
script:
- python manage.py makemigrations --noinput
- python manage.py migrate --noinput
- python manage.py collectstatic --noinput
- coverage run --source=. manage.py test