diff --git a/.travis.yml b/.travis.yml index 9b5c32f6df..727ec09e6f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ install: before_script: - cd src - flake8 --ignore=E123,E128,F403,F401,N802 . + - python manage.py check - python manage.py validate script: - python manage.py test