diff --git a/run_ci_tests.sh b/run_ci_tests.sh index e4e0f8c..8579c76 100755 --- a/run_ci_tests.sh +++ b/run_ci_tests.sh @@ -53,6 +53,7 @@ PYTHONPATH=pagure \ ./nosetests -v --with-xcoverage --cover-erase --cover-package=pagure if [ "$?" = "0" ]; then + set +e PYTHONPATH=pagure pylint -f parseable pagure | tee pylint.out pep8 pagure/*.py pagure/*/*.py | tee pep8.out