diff options
| -rwxr-xr-x | run_tests | 4 | 
1 files changed, 2 insertions, 2 deletions
| @@ -1,5 +1,5 @@  #!/bin/sh - -nose2-3 --with-coverage --coverage-report=term-missing +NOSE=$(command -v nose2-3 || command -v nose2) +$NOSE --with-coverage --coverage-report=term-missing  flake8 .  mypy pyapd | 
