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 | ||
Write your screenplay in plain text and run it through this program to make it look good | Matěj Cepl <mcepl@cepl.eu> |
aboutsummaryrefslogtreecommitdiffstats |
-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 |