aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMartin Vilcans <martin@librador.com>2015-04-03 14:55:15 +0200
committerMartin Vilcans <martin@librador.com>2015-04-03 14:55:15 +0200
commitf2f57ec054094bdbf7499b3595b22b86311df726 (patch)
treeb8e8bbd004f49799b0088ebffe3bbfad2be79749 /bin
parent6fa300570239d8709f1cecb94fdac3fd85900adc (diff)
downloadscreenplain-f2f57ec054094bdbf7499b3595b22b86311df726.tar.gz
Ignore PEP8 error about imports not at top of file
This appeared after pep8 version 1.6.0. See jcrocholl/pep8#264
Diffstat (limited to 'bin')
-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