diff options
| -rwxr-xr-x | bin/test | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ #!/bin/bash nosetests --nocapture --with-doctest --doctest-tests $* && \ - pep8 screenplain tests + pep8 --ignore=E402 screenplain tests |
![]() |
index : screenplain | |
| MSM's mirror of Screenplain | Charlotte Koch |
| summaryrefslogtreecommitdiff |
| -rwxr-xr-x | bin/test | 2 |
@@ -1,3 +1,3 @@ #!/bin/bash nosetests --nocapture --with-doctest --doctest-tests $* && \ - pep8 screenplain tests + pep8 --ignore=E402 screenplain tests |