代码拉取完成,页面将自动刷新
同步操作将从 openKylin/networkd-dispatcher 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
# This is used by the python containers, which run Debian
before_script:
- apt update
- apt install -y gobject-introspection tox dbus libdbus-1-dev libgirepository1.0-dev python3-cairo-dev pylint3 flake8 python3-dbus
- python -V
cache:
paths:
- .tox/
stages:
- linters
- tests
test-archlinux-py3.7:
stage: tests
image: base/archlinux
before_script:
- pacman -Sy
- pacman -S --noconfirm python-tox gobject-introspection base-devel cairo
- python -V
script:
- TOXENV=py37 tox
test-py3.4:
stage: tests
image: python:3.4
script:
- TOXENV=py34 tox
test-py3.5:
stage: tests
image: python:3.5
script:
- TOXENV=py35 tox
test-py3.6:
stage: tests
image: python:3.6
script:
- TOXENV=py36 tox
test-no-gi:
stage: tests
image: python:3.7
before_script:
- apt update
- apt install -y tox dbus libdbus-1-dev libgirepository1.0-dev python3-cairo-dev pylint3 flake8 python3-dbus
- python -V
script:
- TOXENV=py37 tox
pylint:
stage: linters
image: python:3.7
script:
- pylint3 -d C0111,C0103 networkd_dispatcher.py
flake8:
stage: linters
image: python:3.7
script:
- flake8 networkd_dispatcher.py
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。