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.
我目前有一个正在使用的项目,pylint并且pytest. 我使用 Travis 来验证我的构建,并运行pylint以验证代码质量。
pylint
pytest
但我想做一些不同的事情,却找不到任何关于我应该如何进行的地方。如果代码等级低于 ,我希望我的 Travis 构建中断9.5,甚至不运行pytest脚本。因此,我可以保证所有的指导方针都得到遵守。
9.5
我能做些什么来触发这个?我必须配置我的.travis.ymlorpylintrc吗?
.travis.yml
pylintrc
我看到了两种解决方法: