diff --git a/.appveyor.yml b/.appveyor.yml index 5cdd09539f7e..a04d3d14e3ad 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -25,6 +25,9 @@ environment: - PYTHON_VERSION: "3.6" CONDA_INSTALL_LOCN: "C:\\Miniconda36-x64" TEST_ALL: "no" + - PYTHON_VERSION: "3.7" + CONDA_INSTALL_LOCN: "C:\\Miniconda37-x64" + TEST_ALL: "no" # We always use a 64-bit machine, but can build x86 distributions # with the PYTHON_ARCH variable