1 2 3 4
#!/bin/sh nosetests3 --with-coverage --cover-erase --cover-package=lesana flake8 --select=E,F,W,C90,E123 .