pylast/check.sh
Ivan Malison 387220c1d6 Make pylast a package. Move tests into a directory. Start using pytest
and tox. Use setuptools instead of distutils.
2015-01-07 09:13:28 -08:00

12 lines
195 B
Bash
Executable file

pyflakes pylast
echo ---
pyflakes tests
echo ---
pep8 pylast
echo ---
pep8 tests
# echo ---
# clonedigger pylast.py
# grep "Clones detected" output.html
# grep "lines are duplicates" output.html