1
0
Fork 0
mirror of https://github.com/adswa/multimatch_gaze.git synced 2026-06-22 20:13:40 +00:00
multimatch_gaze/appveyor.yml
2019-05-01 13:40:43 +02:00

27 lines
564 B
YAML

environment:
matrix:
- MINICONDA: C:\Miniconda35
init:
- "set PATH=%MINICONDA%;%MINICONDA%\\Scripts;%MINICONDA%\\Library\\bin;%PATH%"
install:
- conda config --set always_yes yes --set changeps1 no
- conda config --add channels conda-forge
- conda update -q conda
- conda install pip numpy
- conda install -c conda-forge pypandoc
- "pip install -q pytest"
- "pip install -q pypandoc"
- "pip install -qr requirements.txt"
- "pip install ."
- "echo done"
build: false
test_script:
- "python -m pytest -s -v multimatch_gaze/tests"