Skip to content

Commit

Permalink
fix Jenkins build (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c authored Mar 5, 2019
1 parent 09e8309 commit f1a3537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 ; \
Expand Down

0 comments on commit f1a3537

Please sign in to comment.