aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMartin Vilcans <martin@librador.com>2014-03-11 00:09:19 +0100
committerMartin Vilcans <martin@librador.com>2014-03-11 00:09:19 +0100
commit9c2e3683e207e81cf88350fde2dfadcecd5cc914 (patch)
treeb9ebee2cc9739f8c6ea02ee84a4d7e76e25d0f7b /bin
parent436c6c702bedbce65936fb0d8eab09053015de61 (diff)
downloadscreenplain-9c2e3683e207e81cf88350fde2dfadcecd5cc914.tar.gz
Patch doctests to work with Python 3
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