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 d5aff34 commit b96fb6fCopy full SHA for b96fb6f
1 file changed
.appveyor.yml
@@ -27,6 +27,9 @@ environment:
27
- PYTHON_VERSION: "3.6"
28
CONDA_INSTALL_LOCN: "C:\\Miniconda36-x64"
29
TEST_ALL: "no"
30
+ - PYTHON_VERSION: "3.7"
31
+ CONDA_INSTALL_LOCN: "C:\\Miniconda37-x64"
32
+ TEST_ALL: "no"
33
34
# We always use a 64-bit machine, but can build x86 distributions
35
# with the PYTHON_ARCH variable
0 commit comments