Remove duplicate checks from test job
This commit is contained in:
parent
c66acadd43
commit
f6221a42dd
1 changed files with 0 additions and 2 deletions
|
@ -71,8 +71,6 @@ collect_static:
|
|||
test_python:
|
||||
<<: *python_test_template
|
||||
script:
|
||||
- ./manage.py check
|
||||
- ./manage.py makemigrations --check --noinput
|
||||
- ./manage.py test
|
||||
|
||||
django_checks:
|
||||
|
|
Loading…
Reference in a new issue