mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-19 11:27:45 +08:00
Print versions of software used in Travis output
This commit is contained in:
Executable
+14
@@ -0,0 +1,14 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
from __future__ import print_function
|
||||
import sys
|
||||
|
||||
screen_width = 50
|
||||
|
||||
print('*' * screen_width)
|
||||
|
||||
if len(sys.argv) > 1:
|
||||
header = ' '.join(sys.argv[1:])
|
||||
print('*', header.center(screen_width - 4), '*')
|
||||
print('*' * screen_width)
|
||||
|
||||
Reference in New Issue
Block a user