Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7efce4 commit fde6f23Copy full SHA for fde6f23
1 file changed
.appveyor.yml
@@ -25,6 +25,9 @@ environment:
25
- PYTHON_VERSION: "3.6"
26
CONDA_INSTALL_LOCN: "C:\\Miniconda36-x64"
27
TEST_ALL: "no"
28
+ - PYTHON_VERSION: "3.7"
29
+ CONDA_INSTALL_LOCN: "C:\\Miniconda37-x64"
30
+ TEST_ALL: "no"
31
32
# We always use a 64-bit machine, but can build x86 distributions
33
# with the PYTHON_ARCH variable
0 commit comments