The project setup.py
script doesn't install tools needed by ci/travis/format.sh
#6999
Labels
setup.py
script doesn't install tools needed by ci/travis/format.sh
#6999
When you attempt to push local work upstream,
ci/travis/format.sh
is executed. It expects to find:yapf
version0.23.0
flake8
version3.7.7
clang_format
version7.0.0
It would nice if
setup.py
installed the first two withpip
and checked that the installed version ofclang_format
is what's expected.The text was updated successfully, but these errors were encountered: