#!/bin/sh NOSE=$(command -v nose2-3 || command -v nose2) $NOSE --with-coverage --coverage-report=term-missing flake8 . mypy pyapd