Update .travis.yml

This commit is contained in:
Raphael Michel
2014-09-29 14:43:03 +02:00
parent ea7eff3d3b
commit 1f737af1c6

View File

@@ -6,7 +6,7 @@ install:
- pip install -q -r src/requirements.txt
before_script:
- cd src
- flake8 --ignore=E128,F403,F401 .
- flake8 --ignore=E123,E128,F403,F401,N802 .
- python manage.py validate
script:
- python manage.py test