diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/test b/bin/test new file mode 100755 index 0000000..227a774 --- /dev/null +++ b/bin/test @@ -0,0 +1,3 @@ +#!/bin/bash +nosetests --nocapture --with-doctest $* && \ + pep8 screenplain tests |