test appveyor

This commit is contained in:
Atsushi Sakai
2018-11-02 22:19:11 +09:00
parent 47e8764923
commit 6da2a5add2

View File

@@ -5,13 +5,14 @@ environment:
# See: http://stackoverflow.com/a/13751649/163740
CMD_IN_ENV: "cmd /E:ON /V:ON /C .\\appveyor\\run_with_env.cmd"
matrix:
- PYTHON: "C:\\conda"
- PYTHON: C:/Python36-x64
CONDA_INSTALL_LOCN: "C:\\Miniconda36-x64"
MINICONDA_FILENAME: "Miniconda2-latest-Windows-x86_64.exe"
init:
- "ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%"
install:
# If there is a newer build queued for the same PR, cancel this one.