aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/test3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/test b/bin/test
index dcefe4f..da49a7e 100755
--- a/bin/test
+++ b/bin/test
@@ -1,3 +1,2 @@
#!/bin/bash
-nosetests --nocapture --with-doctest --doctest-tests $* && \
- pep8 screenplain tests
+python test.py && pep8 screenplain tests