2 Star 0 Fork 0

mirrors_anthonyfok/snapcraft

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
appveyor.yml 755 Bytes
一键复制 编辑 原始数据 按行查看 历史
Christian Dywan 提交于 2018-04-25 16:13 . ci: setup AppVeyor (#2087)
environment:
matrix:
- PYTHON: C:\\Python35-x64
clone_depth: 1
cache:
- '%LOCALAPPDATA%\pip\Cache\http'
- '%LOCALAPPDATA%\pip\Cache\wheels'
build: off
before_test:
- cmd: |
%PYTHON%\\python.exe -m venv venv
venv\\Scripts\\activate.bat
ECHO %VIRTUAL_ENV%
python -c "import sys; print(sys.executable)"
python -m pip install -r requirements.txt
python -m pip install -r requirements-devel.txt
python -m pip install --prefix %VIRTUAL_ENV% -e .
test_script:
- cmd: |
venv\\Scripts\\activate.bat
ECHO %VIRTUAL_ENV%
python -m unittest run tests.integration.store.test_store_login_logout -v
after_test:
- cmd: |
venv\\Scripts\\activate.bat
ECHO %VIRTUAL_ENV%
python setup.py sdist
artifacts:
- path: dist\*
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_anthonyfok/snapcraft.git
[email protected]:mirrors_anthonyfok/snapcraft.git
mirrors_anthonyfok
snapcraft
snapcraft
master

搜索帮助