From 9c2e3683e207e81cf88350fde2dfadcecd5cc914 Mon Sep 17 00:00:00 2001 From: Martin Vilcans Date: Tue, 11 Mar 2014 00:09:19 +0100 Subject: Patch doctests to work with Python 3 --- bin/test | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bin') 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 -- cgit