summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDawid Fatyga <dawid.fatyga@gmail.com>2012-04-24 21:40:30 +0200
committerDawid Fatyga <dawid.fatyga@gmail.com>2012-04-24 21:40:30 +0200
commit89f703dc855dd81f0b25ded8136695e10e19fae6 (patch)
tree1e4c5eabfabb76b36e3e2b7030857b9f9d2deb40
parent23d643a360c714e5d7a6999830d5793b56300441 (diff)
downloadpymox-89f703dc855dd81f0b25ded8136695e10e19fae6.tar.gz
Pep8's E111 error is now ignored.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index ea94858..d12ee50 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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