File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1010env :
1111 global :
1212 - SETUP_XVFB=True
13- - CONDA_DEPENDENCIES="pytest matplotlib nose coverage"
13+ - CONDA_DEPENDENCIES="pytest matplotlib nose coverage freetype=2.5.5 "
1414 - PIP_DEPENDENCIES="pytest-cov coveralls"
1515 matrix :
1616 - PYTHON_VERSION=3.4 MATPLOTLIB_VERSION=1.5
Original file line number Diff line number Diff line change @@ -10,17 +10,16 @@ environment:
1010 PYTHON_ARCH : " 64" # needs to be set for CMD_IN_ENV to succeed. If a mix
1111 # of 32 bit and 64 bit builds are needed, move this
1212 # to the matrix section.
13- CONDA_DEPENDENCIES : " pytest matplotlib nose"
1413
1514 matrix :
1615 - PYTHON_VERSION : " 2.7"
17- MATPLOTLIB_VERSION : " 1.5"
16+ CONDA_DEPENDENCIES : " matplotlib= 1.5 nose "
1817
1918 - PYTHON_VERSION : " 3.5"
20- MATPLOTLIB_VERSION : " 1.5"
19+ CONDA_DEPENDENCIES : " matplotlib= 1.5 nose "
2120
2221 - PYTHON_VERSION : " 3.6"
23- MATPLOTLIB_VERSION : " 2.0"
22+ CONDA_DEPENDENCIES : " matplotlib= 2.0 nose "
2423
2524platform :
2625 -x64
You can’t perform that action at this time.
0 commit comments