@@ -17,17 +17,9 @@ environment:
17
17
18
18
matrix :
19
19
# for testing purpose: numpy 1.8 on py2.7, for the rest use 1.10/latest
20
- # theoretically the CONDA_INSTALL_LOCN could be only two: one for 32bit, one for 64bit
21
- # but using one for the right python version is hopefully making it fast due to package caching.
22
- - TARGET_ARCH : " x86"
23
- CONDA_PY : " 27"
24
- CONDA_NPY : " 18"
25
- PYTHON_VERSION : " 2.7"
26
- # this variable only influence pdf/svg tests, png tests are run on any platform
27
- # only once, because it basically triples the testing times
28
- # pick the one which seems to make the most problems
29
- TEST_ALL : " yes"
30
- CONDA_INSTALL_LOCN : " C:\\ Miniconda"
20
+ # theoretically the CONDA_INSTALL_LOCN could be only two: one for 32bit,
21
+ # one for 64bit because we construct envs anyway. But using one for the
22
+ # right python version is hopefully making it fast due to package caching.
31
23
- TARGET_ARCH : " x64"
32
24
CONDA_PY : " 27"
33
25
CONDA_NPY : " 18"
@@ -46,6 +38,16 @@ environment:
46
38
PYTHON_VERSION : " 3.5"
47
39
TEST_ALL : " no"
48
40
CONDA_INSTALL_LOCN : " C:\\ Miniconda35-x64"
41
+ - TARGET_ARCH : " x86"
42
+ CONDA_PY : " 27"
43
+ CONDA_NPY : " 18"
44
+ PYTHON_VERSION : " 2.7"
45
+ # this variable influence pdf/svg and most importantly the latex related tests
46
+ # which triples the runtime of the tests (7-8min vs 30min).
47
+ # pick the one which seems to make the most problems and run it last, so that
48
+ # the rest of the tests can give feedback earlier
49
+ TEST_ALL : " yes"
50
+ CONDA_INSTALL_LOCN : " C:\\ Miniconda"
49
51
50
52
# We always use a 64-bit machine, but can build x86 distributions
51
53
# with the PYTHON_ARCH variable (which is used by CMD_IN_ENV).
0 commit comments