fixed travis pep8 line

This commit is contained in:
Oskar Hahn 2012-11-26 10:19:45 +01:00
parent c276bce780
commit a0e4519b62

View File

@ -9,4 +9,4 @@ install:
- python extras/scripts/create_local_settings.py
script:
- coverage run ./manage.py test tests && coverage report -m
- pep8 --max-line-length=150 openslides | grep -v utils/pdf.py | grep -v urls.py | grep -v motion/
- pep8 --max-line-length=150 --exclude="urls.py,motion/,pdf.py" --statistics openslides