fixed pep8 in pdf.py

This commit is contained in:
Oskar Hahn 2012-11-26 10:35:29 +01:00
parent a0e4519b62
commit bdfb714013
2 changed files with 73 additions and 73 deletions

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 --exclude="urls.py,motion/,pdf.py" --statistics openslides
- pep8 --max-line-length=150 --exclude="urls.py,motion/" --statistics openslides