Skip to content

Commit e1e17ea

Browse files
committed
upgrade Jenkins setuptools
1 parent 563e5ef commit e1e17ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ mypy: ${PYSOURCES}
175175
jenkins:
176176
if ! test -d env ; then virtualenv env ; fi
177177
. env/bin/activate ; \
178+
pip install -U setuptools pip wheel ; \
178179
${MAKE} install-dep coverage.html coverage.xml pep257_report.txt \
179180
sloccount.sc pep8_report.txt pylint_report.txt
180181
if ! test -d env3 ; then virtualenv -p python3 env3 ; fi

0 commit comments

Comments
 (0)