Commit graph

6 commits

Author SHA1 Message Date
Damian Wrobel
e9290b7f03 Add pycheck (Python check) Makefile target
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>
2020-04-28 23:11:24 +02:00
Damian Wrobel
f503097943 Make build process more verbose
Signed-off-by: Damian Wrobel <dwrobel@ertelnet.rybnik.pl>
2020-04-28 23:11:24 +02:00
7464d2a0a9 Build script fixes 2020-04-17 18:30:05 -05:00
Jeff Epler
513c976130 travis CI: build the docs 2020-04-17 11:52:33 -05:00
Jeff Epler
7fd4c39d89 travis-build-test: be verbose about tests 2020-04-17 11:25:39 -05:00
Jeff Epler
4a36d5efe3 build: include metadata for Travis CI integration
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>
2016-08-14 12:14:10 -05:00