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 97a64d5 commit ba0bd47Copy full SHA for ba0bd47
appveyor.yml
@@ -31,19 +31,13 @@ environment:
31
PYTHON_VERSION: "2.7"
32
TEST_ALL: "no"
33
CONDA_INSTALL_LOCN: "C:\\Miniconda-x64"
34
+ USE_PYTEST: "yes"
35
- TARGET_ARCH: "x64"
36
CONDA_PY: "35"
37
CONDA_NPY: "110"
38
PYTHON_VERSION: "3.5"
39
40
CONDA_INSTALL_LOCN: "C:\\Miniconda35-x64"
- - TARGET_ARCH: "x64"
41
- CONDA_PY: "35"
42
- CONDA_NPY: "110"
43
- PYTHON_VERSION: "3.5"
44
- TEST_ALL: "no"
45
- CONDA_INSTALL_LOCN: "C:\\Miniconda35-x64"
46
- USE_PYTEST: yes
47
- TARGET_ARCH: "x86"
48
CONDA_PY: "27"
49
CONDA_NPY: "18"
0 commit comments