Changes in appveyor.yml [a69d8cd:fefc185] in sasmodels
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
appveyor.yml
ra69d8cd rfefc185 44 44 45 45 install: 46 # Set the CONDA_NPY, although it has no impact on the actual build. 46 # Set the CONDA_NPY, although it has no impact on the actual build. 47 47 # We need this because of a test within conda-build. 48 48 - cmd: set CONDA_NPY=19 … … 68 68 #- cmd: conda install --yes --quiet obvious-ci 69 69 # 2018-01-19 PAK: skipping toolchain cython and cffi (these were for pyopencl?) 70 # 2018-01-26 PAK: sasmodels uses yield generator for tests, which isn't supported in pytest 4+ 71 - cmd: conda install --yes --quiet numpy scipy "pytest<4" 70 - cmd: conda install --yes --quiet numpy scipy 72 71 # 2018-01-19 PAK: skipping pyopencl; this would be needed for deploy but maybe not for test 73 72 #- cmd: conda install --yes --channel conda-forge pyopencl … … 87 86 #- "%CMD_IN_ENV% python -m sasmodels.model_test dll all" 88 87 #- cmd /E:ON /V:ON /C obvci_appveyor_python_build_env.cmd python -m sasmoels.model_test dll all 89 #- python -m sasmodels.model_test dll all 90 #- nosetests -v sasmodels/*.py 91 - python -m pytest -v 88 - python -m sasmodels.model_test dll all
Note: See TracChangeset
for help on using the changeset viewer.