1 Star 0 Fork 0

机器不学习/imgclsmob

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
.travis.yml 1.12 KB
Copy Edit Raw Blame History
osmr authored 2020-02-16 21:01 . Working on COCO dataset, 6
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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kevingop/imgclsmob.git
git@gitee.com:kevingop/imgclsmob.git
kevingop
imgclsmob
imgclsmob
master

Search