missing pycodestyle dependency
moki opened this issue · comments
Kirill Morozov commented
Encountered issue while using template:
make test-debug
...
pycodestyle tests
make: pycodestyle: No such file or directory
make: *** [Makefile:40: test-debug] Error 127
...
pycodestyle used in makefile, but not specified as a dependency.
Line 40 in a84cf8a