-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #190 from jonwright/master
appveyor is green again
- Loading branch information
Showing
4 changed files
with
114 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,30 @@ | ||
|
||
image: Visual Studio 2015 | ||
|
||
build: false | ||
|
||
|
||
environment: | ||
matrix: | ||
- CONDA: C:\Miniconda | ||
- CONDA: C:\Miniconda-x64 | ||
- CONDA: C:\Miniconda36 | ||
- CONDA: C:\Miniconda36-x64 | ||
- 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%" | ||
- conda config --set always_yes yes --set changeps1 no | ||
- conda info -a | ||
- "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 | ||
- python -m pip install --ignore-installed certifi --upgrade-strategy only-if-needed --only-binary=h5py --editable . | ||
- 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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.