ci: compliance script should use python3

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2017-09-12 17:45:42 -04:00 committed by Anas Nashif
parent 4b0b070267
commit 541f791fad

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import sys
import subprocess
import re