1 Star 1 Fork 0

openComplianceCode/scancode-toolkit

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
appveyor.yml 643 Bytes
一键复制 编辑 原始数据 按行查看 历史
郑志鹏 提交于 2022-01-27 18:28 . first commit
################################################################################
# We use Appveyor to run minimal smoke tests suites on Pythons 3.x
# on Windows 64 bits
################################################################################
environment:
matrix:
- PYTHON: "C:\\Python36-x64"
# - PYTHON: "C:\\Python37-x64"
# - PYTHON: "C:\\Python38-x64"
# - PYTHON: "C:\\Python39-x64"
build: off
test_script:
- python -c "import sys;print(sys.getdefaultencoding())"
- cmd: "set PYTHON_EXECUTABLE=%PYTHON%\\python.exe && configure --dev && Scripts\\pytest -vvs --reruns 2 tests\\scancode"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openComplianceCode/scancode-toolkit.git
[email protected]:openComplianceCode/scancode-toolkit.git
openComplianceCode
scancode-toolkit
scancode-toolkit
master

搜索帮助