diff options
Diffstat (limited to 'python/tests/pylint.sh')
-rwxr-xr-x | python/tests/pylint.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/tests/pylint.sh b/python/tests/pylint.sh new file mode 100755 index 0000000000..4b10b34db7 --- /dev/null +++ b/python/tests/pylint.sh @@ -0,0 +1,2 @@ +#!/bin/sh -e +python3 -m pylint qemu/ |