Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 61bdf00

Browse files
committed
Appveyor: run pdf/svg image tests in py27/32bit
That seems to be the worst platform, so should trigger the most issues :-)
1 parent 32fb993 commit 61bdf00

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

appveyor.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,16 @@ environment:
2323
CONDA_PY: "27"
2424
CONDA_NPY: "18"
2525
PYTHON_VERSION: "2.7"
26-
TEST_ALL_IMAGES: "no"
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_IMAGES: "yes"
2730
CONDA_INSTALL_LOCN: "C:\\Miniconda"
2831
- TARGET_ARCH: "x64"
2932
CONDA_PY: "27"
3033
CONDA_NPY: "18"
3134
PYTHON_VERSION: "2.7"
32-
TEST_ALL_IMAGES: "yes" # only once, pick the one which made the most problems
35+
TEST_ALL_IMAGES: "no"
3336
CONDA_INSTALL_LOCN: "C:\\Miniconda-x64"
3437
- TARGET_ARCH: "x64"
3538
CONDA_PY: "34"

0 commit comments

Comments
 (0)