Files
tablib/test_suite.sh
T
2010-11-04 01:01:54 -04:00

4 lines
189 B
Bash
Executable File

nosetests test_tablib.py --with-xunit --with-coverage
coverage xml
rm -fr pylint.txt
pylint -d W0312 -d W0212 -d E1101 -d E0202 -d W0102 -d E0102 -f parseable ./tablib > pylint.txt || true