diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/test | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ #!/bin/bash -e -nosetests --nocapture --with-doctest --doctest-tests +pytest --doctest-modules pycodestyle --ignore=E402,W504 screenplain tests |