summaryrefslogtreecommitdiff
path: root/tests/runtests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/runtests.py')
-rwxr-xr-x[-rw-r--r--]tests/runtests.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/runtests.py b/tests/runtests.py
index 54266c0..92b7e12 100644..100755
--- a/tests/runtests.py
+++ b/tests/runtests.py
@@ -1,3 +1,5 @@
+#!/usr/bin/env python
+
import sys, os
sys.path.insert(0, os.path.dirname(os.path.dirname(__file__)))
import doctest
@@ -5,4 +7,4 @@ import doctest
if __name__ == '__main__':
doctest.testfile('test_template.txt')
doctest.testfile('../docs/index.txt')
-
+