Hardcode python2.7 shebang

This commit is contained in:
goll
2016-07-03 17:31:41 +02:00
parent 8381fed1ea
commit 260cc35dd5
26 changed files with 50 additions and 25 deletions

View File

@@ -1,2 +1,2 @@
#!/bin/sh
python -m unittest discover py
python2.7 -m unittest discover py