forked from FABLE-3DXRD/ImageD11
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathappveyor.yml
More file actions
30 lines (21 loc) · 736 Bytes
/
appveyor.yml
File metadata and controls
30 lines (21 loc) · 736 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
image: Visual Studio 2015
build: false
environment:
matrix:
- CONDA: C:\Python27
- CONDA: C:\Python27-x64
- CONDA: C:\Python38-x64
# Meson errors, no binaries for 32-bits - CONDA: C:\Python38
init:
- "ECHO %CONDA%"
install:
- "SET PATH=%CONDA%;%CONDA%\\Scripts;%CONDA%\\Library\\bin;%CONDA%\\DLLS;%PATH%"
- "mkdir C:\\tmp"
- "set TMPDIR=C:\\tmp"
- python -c "import sys; print(sys.executable, sys.version)"
- python -m pip install --upgrade pip setuptools
- python -m pip install pytest 'numpy<2'
- python -m pip install --ignore-installed certifi --upgrade-strategy only-if-needed --only-binary=h5py --only-binary=scipy --only-binary=hdf5plugin .
test_script:
- cd test
- python -m pytest