Skip to content

Commit 43d4865

Browse files
committed
Run doctests unbuffered
1 parent 1cc6b6b commit 43d4865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ install:
1313
$(PIP) install --no-index --upgrade .
1414

1515
check:
16-
$(PYTHON) tests/rundoctest.py
16+
$(PYTHON) -u tests/rundoctest.py
1717

1818
dist:
1919
chmod go+rX-w -R .

0 commit comments

Comments
 (0)