#!/bin/sh set -eu python -m CoverageTestRunner --ignore-missing-from=without-tests rm -f .coverage if command -v pep8 > /dev/null then pep8 distixlib fi if command -v pylint > /dev/null then pylint --rcfile=pylint.conf distixlib fi yarn yarns/*.yarn \ --shell python2 \ --shell-arg '' \ --shell-library yarns/lib.py \ --cd-datadir \ "$@"