Skip to content

Commit b96fb6f

Browse files
Kojoleytimhoffm
authored andcommitted
CI: Added Appveyor Python 3.7 build (matplotlib#12385)
1 parent d5aff34 commit b96fb6f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.appveyor.yml

+3
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ environment:
2727
- PYTHON_VERSION: "3.6"
2828
CONDA_INSTALL_LOCN: "C:\\Miniconda36-x64"
2929
TEST_ALL: "no"
30+
- PYTHON_VERSION: "3.7"
31+
CONDA_INSTALL_LOCN: "C:\\Miniconda37-x64"
32+
TEST_ALL: "no"
3033

3134
# We always use a 64-bit machine, but can build x86 distributions
3235
# with the PYTHON_ARCH variable

0 commit comments

Comments
 (0)