aboutsummaryrefslogtreecommitdiffstats
path: root/bin/test
diff options
context:
space:
mode:
Diffstat (limited to 'bin/test')
-rwxr-xr-xbin/test2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/test b/bin/test
index dcefe4f..2d35baf 100755
--- a/bin/test
+++ b/bin/test
@@ -1,3 +1,3 @@
#!/bin/bash
nosetests --nocapture --with-doctest --doctest-tests $* && \
- pep8 screenplain tests
+ pep8 --ignore=E402 screenplain tests