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 32fb993 commit 61bdf00Copy full SHA for 61bdf00
1 file changed
appveyor.yml
@@ -23,13 +23,16 @@ environment:
23
CONDA_PY: "27"
24
CONDA_NPY: "18"
25
PYTHON_VERSION: "2.7"
26
- TEST_ALL_IMAGES: "no"
+ # 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"
30
CONDA_INSTALL_LOCN: "C:\\Miniconda"
31
- TARGET_ARCH: "x64"
32
33
34
- TEST_ALL_IMAGES: "yes" # only once, pick the one which made the most problems
35
+ TEST_ALL_IMAGES: "no"
36
CONDA_INSTALL_LOCN: "C:\\Miniconda-x64"
37
38
CONDA_PY: "34"
0 commit comments