forked from CGM_Public/pretix_original
Add Django 1.7's check framework to travis config
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user