1 Star 1 Fork 0

zerolemon/websockets

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.appveyor.yml 774 Bytes
一键复制 编辑 原始数据 按行查看 历史
Aymeric Augustin 提交于 2018-08-23 12:42 . Improve project layout.
branches:
only:
- master
skip_branch_with_pr: true
environment:
# websockets only works on Python >= 3.4.
CIBW_SKIP: cp27-* cp33-*
CIBW_TEST_COMMAND: python -W default -m unittest
WEBSOCKETS_TESTS_TIMEOUT_FACTOR: 100
install:
# Ensure python is Python 3.
- set PATH=C:\Python34;%PATH%
- cmd: python -m pip install --upgrade cibuildwheel
# Create file '.cibuildwheel' so that extension build is not optional (c.f. setup.py).
- cmd: touch .cibuildwheel
build_script:
- cmd: python -m cibuildwheel --output-dir wheelhouse
# Upload to PyPI on tags
- ps: >-
if ($env:APPVEYOR_REPO_TAG -eq "true") {
Invoke-Expression "python -m pip install twine"
Invoke-Expression "python -m twine upload --skip-existing wheelhouse/*.whl"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/zerolemon/websockets.git
[email protected]:zerolemon/websockets.git
zerolemon
websockets
websockets
master

搜索帮助