Split Python into Python2 and Python3
Python 2 is quite a bit faster at startup than Python 3, so add that test case.
This commit is contained in:
parent
f4ffdda200
commit
bc510d119f
|
@ -0,0 +1,2 @@
|
|||
#!/usr/bin/python2
|
||||
print("Hello, world!")
|
Loading…
Reference in New Issue