Pep8's E111 error is now ignored.

This commit is contained in:
Dawid Fatyga 2012-04-24 21:40:30 +02:00
parent 23d643a360
commit 89f703dc85
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ python:
- "3.2"
install: pip install pep8
script:
- pep8 *.py || echo "Done."
- pep8 --ignore E111 *.py || echo "Done"
- python mox_test.py
- python stubout_test.py