1 Star 1 Fork 2

连享会 / stata_kernel

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 900 Bytes
一键复制 编辑 原始数据 按行查看 历史
Kyle Barron 提交于 2020-02-08 11:34 . Test on 3.7 and 3.8
language: python
notifications:
email: false
python:
- "3.5"
- "3.6"
- "3.7"
- "3.8"
install:
- pip install -r requirements.txt -r requirements_dev.txt
- python -m stata_kernel.install
script:
- python -m pytest tests/test_mata_lexer.py tests/test_stata_lexer.py
- python setup.py install
# deploy:
# provider: pages
# skip-cleanup: true
# github-token: $GITHUB_TOKEN
# keep-history: true
# target-branch: gh-pages
# committer-from-gh: true
after_success:
- git config user.name "Kyle Barron";
- git config user.email "barronk@mit.edu";
- git remote add gh-token "https://kylebarron:${GITHUB_TOKEN}@github.com/kylebarron/stata_kernel.git";
- git fetch gh-token && git fetch gh-token gh-pages:gh-pages;
- pip install -IU -r requirements_dev.txt;
- cd docs && mkdocs gh-deploy -v --clean --remote-name gh-token -b gh-pages --force;
1
https://gitee.com/arlionn/stata_kernel.git
git@gitee.com:arlionn/stata_kernel.git
arlionn
stata_kernel
stata_kernel
master

搜索帮助