It is designed to be used for checking compatibility of python
scripts (currently only from the 'tests' subdirectory) with
both python2 and python3 interpreters.
Usage:
$ make pycheck
Successfull output:
$ make pycheck
Reading 200/200 dependency files
Done reading dependencies
Reading 212/212 realtime dependency files
Done reading realtime dependencies
Checking *.py files for python2 and python3 compatibility...
Checking "text/x-python" (by MIME type) files for python2 and python3 compatibility...
Signed-off-by: Damian Wrobel <dwrobel@ertelnet.rybnik.pl>
Travis CI is not the equal of buildbot (it can't run RT kernels and
can only test building on Ubuntu with amd64) but adopting it *in
addition to* buildbot would let us do things like automatically
build-test pull requests on github without developer interference
(i.e., by pushing a temporary branch to glo)
Closes#137.
Signed-off-by: Jeff Epler <jepler@unpythonic.net>