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 563e5ef commit e1e17eaCopy full SHA for e1e17ea
Makefile
@@ -175,6 +175,7 @@ mypy: ${PYSOURCES}
175
jenkins:
176
if ! test -d env ; then virtualenv env ; fi
177
. env/bin/activate ; \
178
+ pip install -U setuptools pip wheel ; \
179
${MAKE} install-dep coverage.html coverage.xml pep257_report.txt \
180
sloccount.sc pep8_report.txt pylint_report.txt
181
if ! test -d env3 ; then virtualenv -p python3 env3 ; fi
0 commit comments