We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8646e82 commit 98a5beaCopy full SHA for 98a5bea
Makefile
@@ -185,6 +185,7 @@ jenkins:
185
sloccount.sc pep8_report.txt pylint_report.txt
186
if ! test -d env3 ; then virtualenv -p python3 env3 ; fi
187
. env3/bin/activate ; \
188
+ pip install -U setuptools pip wheel ; \
189
${MAKE} install-dep ; \
190
pip install -U mypy-lang typed-ast ; ${MAKE} mypy
191
0 commit comments