Skip to content

Commit 20ee1f9

Browse files
authored
Remove makemigrations from travis #24
Signed-off-by: Kartik sibal <kartiksibal@gmail.com>
1 parent 26fa349 commit 20ee1f9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ install:
88
before_script:
99
- pycodestyle --exclude=migrations,settings.py,lib,tests --max-line-length=100 .
1010
- cd app/
11-
- python3 manage.py makemigrations
1211
- python3 manage.py migrate
1312

1413
script:

0 commit comments

Comments
 (0)