Fetch the repository succeeded.
group: travis_latest
dist: xenial
language: python
cache: pip
python:
- "2.7"
- "3.6"
- "3.7"
#- nightly
#- pypy
#- pypy3
matrix:
allow_failures:
- python: nightly
- python: pypy
- python: pypy3
install:
#- pip install -r requirements.txt
- pip install flake8 # pytest # add another testing frameworks later
before_script:
# stop the build if there are Python syntax errors or undefined names
- flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics --exclude=./venv*
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
- flake8 . --count --max-complexity=42 --max-line-length=127 --ignore=W504,F403,F405,E126,E127,E402,W605 --statistics --exclude=./gluon/gluoncv2/models/others,./pytorch/pytorchcv/models/others,./chainer_/chainercv2/models/others,./keras_/kerascv/models/others,./tensorflow_/tensorflowcv/models/others,./venv*
script:
- true # pytest --capture=sys # add others tests here
notifications:
on_success: change
on_failure: change # `always` will be the setting once code changes slow down
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。