added test_suite.sh for CI

This commit is contained in:
Kenneth Reitz
2011-02-17 13:14:03 -05:00
parent f4e03a5d32
commit efedbd9775
Executable
+4
View File
@@ -0,0 +1,4 @@
nosetests test_requests.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 ./requests > pylint.txt || true