diff --git a/Makefile b/Makefile index 30fbb6ba..99489275 100644 --- a/Makefile +++ b/Makefile @@ -199,7 +199,7 @@ jenkins: FORCE rm -Rf env && virtualenv env . env/bin/activate ; \ pip install -U setuptools pip wheel ; \ - ${MAKE} install-dep coverage.html coverage.xml pep257_report.txt \ + ${MAKE} install-dep coverage.html coverage.xml pydocstyle_report.txt \ sloccount.sc pycodestyle_report.txt pylint_report.txt if ! test -d env3 ; then virtualenv -p python3 env3 ; fi . env3/bin/activate ; \