aboutsummaryrefslogtreecommitdiff
path: root/run_tests
blob: 0d1de1b7bc9594bee1e2a80b321e164bd76b95ad (plain)
1
2
3
4
5
#!/bin/sh
NOSE=$(command -v nose2-3 || command -v nose2)
$NOSE --with-coverage --coverage-report=term-missing
flake8 .
mypy pyapd