提交 771ffa06 编写于 作者: W wizardforcel

create .travis.yml

上级 119c9a9a
language: python
python: 3.6
install:
- 'pip install -r requirements.txt'
script:
- python -m BiliDriveEx -v
deploy:
- provider: pypi
user: __token__
password: $PYPI_TOKEN
distributions: 'sdist bdist_wheel'
skip_existing: true
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册