1 2 3
#!/bin/bash nosetests --nocapture --with-doctest --doctest-tests $* && \ pep8 --ignore=E402 screenplain tests