Skip to content

Commit 98a5bea

Browse files
author
Peter Amstutz
committed
Update py3 setuptools pip wheel
1 parent 8646e82 commit 98a5bea

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
@@ -185,6 +185,7 @@ jenkins:
185185
sloccount.sc pep8_report.txt pylint_report.txt
186186
if ! test -d env3 ; then virtualenv -p python3 env3 ; fi
187187
. env3/bin/activate ; \
188+
pip install -U setuptools pip wheel ; \
188189
${MAKE} install-dep ; \
189190
pip install -U mypy-lang typed-ast ; ${MAKE} mypy
190191

0 commit comments

Comments
 (0)