Add script for Python 3 compat checks.

This commit is contained in:
Jakob Stoklund Olesen
2016-08-23 16:54:40 -07:00
parent 1e1baec50a
commit 2dfeea67e1

7
meta/check-py3k.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
# Check Python sources for Python 3 compatibility using pylint.
#
# Install pylint with 'pip install pylint'.
cd $(dirname "$0")
pylint --py3k --reports=no -- *.py cretonne isa