Skip to content

Commit da10eec

Browse files
committed
always be updating (mypy-lang)
1 parent e1e17ea commit da10eec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,6 @@ jenkins:
180180
sloccount.sc pep8_report.txt pylint_report.txt
181181
if ! test -d env3 ; then virtualenv -p python3 env3 ; fi
182182
. env3/bin/activate ; \
183-
pip install mypy-lang; ${MAKE} mypy
183+
pip install -U mypy-lang; ${MAKE} mypy
184184

185185
FORCE:

0 commit comments

Comments
 (0)