1 Star 1 Fork 0

wangbaiyu/pubmed_parser

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 707 Bytes
一键复制 编辑 原始数据 按行查看 历史
tulakann 提交于 2020-01-23 18:33 . remove env from travis test
language: python
python: "3.7"
notifications:
email: false
before_install:
- python --version
- pip install -U pip
- python setup.py install
jobs:
include:
- stage: test
script:
- pytest --cov=pubmed_parser tests/ --verbose
after_success:
- bash <(curl -s https://codecov.io/bash)
- stage: "Documentation"
install:
- pip install -r docs/doc_requirements.txt
script:
- cd docs && make html
- touch _build/html/.nojekyll
deploy:
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN
keep-history: true
on:
branch: master
local_dir: docs/_build/html/
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wangbaiyu/pubmed_parser.git
[email protected]:wangbaiyu/pubmed_parser.git
wangbaiyu
pubmed_parser
pubmed_parser
master

搜索帮助