mirror of
https://github.com/kennethreitz/tablib.git
synced 2026-06-05 23:10:17 +00:00
5 lines
163 B
Bash
Executable File
5 lines
163 B
Bash
Executable File
rm -fr nosetests.xml
|
|
tox
|
|
# 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 |