Commit 6a4b9be0 authored by Stefan Behnel's avatar Stefan Behnel

test output fix

parent ba02026a
......@@ -257,7 +257,7 @@ if __name__ == '__main__':
print("Running tests against Cython %s" % version)
else:
print("Running tests without Cython.")
print("Python", sys.version)
print("Python %s" % sys.version)
print("")
try:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment