Add Django 1.7's check framework to travis config

This commit is contained in:
Raphael Michel
2014-09-29 22:56:18 +02:00
parent 844c5d6545
commit 916f8a49b4

View File

@@ -7,6 +7,7 @@ install:
before_script: before_script:
- cd src - cd src
- flake8 --ignore=E123,E128,F403,F401,N802 . - flake8 --ignore=E123,E128,F403,F401,N802 .
- python manage.py check
- python manage.py validate - python manage.py validate
script: script:
- python manage.py test - python manage.py test