Files
wasmtime/meta/check-py3k.sh
2016-08-24 08:40:51 -07:00

8 lines
190 B
Bash
Executable File

#!/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