1 Star 0 Fork 0

zhoub86/dit

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
appveyor.yml 1.63 KB
一键复制 编辑 原始数据 按行查看 历史
Ryan James 提交于 2019-12-08 23:41 . Use lattices (#175)
# AppVeyor.com is a Continuous Integration service to build and run tests under
# Windows
# https://ci.appveyor.com/project/dit/dit
environment:
# global:
# # SDK v7.0 MSVC Express 2008's SetEnv.cmd script will fail if the
# # /E:ON and /V:ON options are not enabled in the batch script intepreter
# # See: http://stackoverflow.com/a/13751649/163740
# CMD_IN_ENV: "cmd /E:ON /V:ON /C .\\appveyor\\run_with_env.cmd"
matrix:
- PY_MAJOR_VER: 3
PYTHON_ARCH: "x86_64"
CYTHON: 0
- PY_MAJOR_VER: 3
PYTHON_ARCH: "x86_64"
CYTHON: 1
- PY_MAJOR_VER: 3
PYTHON_ARCH: "x86"
CYTHON: 0
- PY_MAJOR_VER: 3
PYTHON_ARCH: "x86"
CYTHON: 1
matrix:
fast_finish: true
allow_failures:
- CYTHON: 1
build_script:
- ps: Start-FileDownload "https://repo.continuum.io/miniconda/Miniconda$env:PY_MAJOR_VER-latest-Windows-$env:PYTHON_ARCH.exe" C:\Miniconda.exe; echo "Finished downloading miniconda"
- cmd: C:\Miniconda.exe /S /D=C:\Py
- SET PATH=C:\Py;C:\Py\Scripts;C:\Py\Library\bin;%PATH%
- conda config --set always_yes yes
# - conda update conda
- conda install scipy
- ps: if ($env:CYTHON -eq '1') { conda install cython }
- ps: if ($env:CYTHON -eq '1') { python setup.py build }
- pip install .
- pip install --upgrade --ignore-installed -r requirements_testing.txt
test_script:
# Change to a non-source folder to make sure we run the tests on the
# installed library.
# - "pushd %TEMP%"
- ps: if ($env:CYTHON -eq '1')
{ pytest --numprocesses=auto --cov=dit }
else
{ pytest -m "not cython" --numprocesses=auto --cov=dit }
after_test:
- codecov
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhoub86/dit.git
git@gitee.com:zhoub86/dit.git
zhoub86
dit
dit
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385