mirror of
https://github.com/kennethreitz/tablib.git
synced 2026-06-05 15:00:19 +00:00
4 lines
189 B
Bash
Executable File
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 |