Skip to content

Commit

Permalink
always be updating (mypy-lang)
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed May 31, 2016
1 parent e1e17ea commit da10eec
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 @@ -180,6 +180,6 @@ jenkins:
sloccount.sc pep8_report.txt pylint_report.txt
if ! test -d env3 ; then virtualenv -p python3 env3 ; fi
. env3/bin/activate ; \
pip install mypy-lang; ${MAKE} mypy
pip install -U mypy-lang; ${MAKE} mypy

FORCE:

0 comments on commit da10eec

Please sign in to comment.