File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -36,16 +36,15 @@ environment:
36
36
PYTHON_VERSION : " 3.5"
37
37
TEST_ALL : " no"
38
38
CONDA_INSTALL_LOCN : " C:\\ Miniconda35-x64"
39
- - TARGET_ARCH : " x86"
40
- CONDA_PY : " 27"
41
- CONDA_NPY : " 18"
42
- PYTHON_VERSION : " 2.7"
39
+ - TARGET_ARCH : " x64"
40
+ CONDA_PY : " 36"
41
+ PYTHON_VERSION : " 3.6"
43
42
# this variable influence pdf/svg and most importantly the latex related tests
44
43
# which triples the runtime of the tests (7-8min vs 30min).
45
44
# pick the one which seems to make the most problems and run it last, so that
46
45
# the rest of the tests can give feedback earlier
47
46
TEST_ALL : " yes"
48
- CONDA_INSTALL_LOCN : " C:\\ Miniconda "
47
+ CONDA_INSTALL_LOCN : " C:\\ Miniconda35-x64 "
49
48
50
49
# We always use a 64-bit machine, but can build x86 distributions
51
50
# with the PYTHON_ARCH variable (which is used by CMD_IN_ENV).
You can’t perform that action at this time.
0 commit comments