3 Star 5 Fork 0

007/avatars

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 765 Bytes
一键复制 编辑 原始数据 按行查看 历史
007 提交于 2019-12-04 10:19 . build
language: python
# Use container-based infrastructure
sudo: false
matrix:
include:
- env: TOX_ENV=py27
python: 2.7
- env: TOX_ENV=py34
python: 3.4
- env: TOX_ENV=py35
python: 3.5
- env: TOX_ENV=py36
python: 3.6
- env: TOX_ENV=py37
python: 3.7
- env: TOX_ENV=pypy
python: "pypy"
- env: TOX_ENV=pypy3
python: "pypy3"
cache:
directories:
- $HOME/.cache/pip
install:
- pip install tox
script:
tox -e $TOX_ENV
after_success:
- |
if [[ "${TRAVIS_TAG:-}" != "" && "$TOX_ENV" == "py36" ]]; then
python3.6 setup.py sdist bdist_wheel;
python3.6 -m pip install twine;
python3.6 -m twine upload --skip-existing dist/*;
fi
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/007gzs/avatars.git
git@gitee.com:007gzs/avatars.git
007gzs
avatars
avatars
master

搜索帮助