Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
サークル ci サーバーの構築中に次のエラーが発生します。
bash: line 1: flake8: command not found flake8 app/ returned exit code 127
flake8
requirements.txt
circle.ymlファイルに以下を含めます。
circle.yml
test: override: - flake8 ./
この flake8 コマンドは、好きなように構成できますflake8 ./ --max-line-length=100。
flake8 ./ --max-line-length=100