From cc6c4c3e8491fb82eae514b7e106e45b32ddfd1b Mon Sep 17 00:00:00 2001 From: arjunsalyan Date: Thu, 23 Apr 2020 23:46:38 +0530 Subject: [PATCH] .travis.yml: drop makemigrations command --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bd2e5ca..a45e14c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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