summaryrefslogtreecommitdiff
path: root/check
blob: 501b336f4056bcb7e329cb8d026a328ca15b1569 (plain)
1
2
3
4
5
#!/bin/sh

nosetests3 --with-coverage --cover-erase --cover-package=lesana
pyflakes3 .
pep8 .