1 Star 0 Fork 1

Margaret_wangrui/myia

forked from hewei/myia 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 616 Bytes
一键复制 编辑 原始数据 按行查看 历史
language: python
install:
- ./ci-install.sh
- export PATH="$HOME/miniconda/bin:$PATH"
env:
- TEST_SUITE=static
- TEST_SUITE=unit
script:
- if [[ $TEST_SUITE == "static" ]]; then source activate test && flake8 && pydocstyle myia && isort -c -df && black --check .; fi
- if [[ $TEST_SUITE == "static" ]]; then source activate test && cd docs && sphinx-apidoc -fo source/ ../myia/ && sphinx-build -W -b html . _build; fi
- if [[ $TEST_SUITE == "unit" ]]; then source activate test && pytest tests --cov=./ --cov-report term-missing; fi
after_success:
- if [[ $TEST_SUITE == "unit" ]]; then codecov; fi
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Margaret_wangrui/myia.git
git@gitee.com:Margaret_wangrui/myia.git
Margaret_wangrui
myia
myia
master

搜索帮助