1 Star 0 Fork 0

dwj/bcc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 707 Bytes
一键复制 编辑 原始数据 按行查看 历史
cclauss 提交于 2019-07-04 22:20 . Four parallel test runs
language: python
matrix:
include:
- name: "Check helpers on Python 2.7"
python: 2.7
script: ./scripts/check-helpers.sh
- name: "Python style check on Python 2.7"
python: 2.7
script: ./scripts/py-style-check.sh
- name: "flake8 lint on Python 2.7"
python: 2.7
script: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
- name: "flake8 lint on Python 3.7"
dist: xenial # required for Python >= 3.7
python: 3.7
script: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
allow_failures:
- name: "Check helpers on Python 2.7"
before_install: pip install --upgrade pip
install: pip install flake8
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dweijian/bcc.git
[email protected]:dweijian/bcc.git
dweijian
bcc
bcc
master

搜索帮助