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 10
10
env :
11
11
global :
12
12
- SETUP_XVFB=True
13
- - CONDA_DEPENDENCIES="pytest matplotlib nose coverage"
13
+ - CONDA_DEPENDENCIES="pytest matplotlib nose coverage freetype=2.5.5 "
14
14
- PIP_DEPENDENCIES="pytest-cov coveralls"
15
15
matrix :
16
16
- PYTHON_VERSION=3.4 MATPLOTLIB_VERSION=1.5
Original file line number Diff line number Diff line change @@ -10,17 +10,16 @@ environment:
10
10
PYTHON_ARCH : " 64" # needs to be set for CMD_IN_ENV to succeed. If a mix
11
11
# of 32 bit and 64 bit builds are needed, move this
12
12
# to the matrix section.
13
- CONDA_DEPENDENCIES : " pytest matplotlib nose"
14
13
15
14
matrix :
16
15
- PYTHON_VERSION : " 2.7"
17
- MATPLOTLIB_VERSION : " 1.5"
16
+ CONDA_DEPENDENCIES : " matplotlib= 1.5 nose "
18
17
19
18
- PYTHON_VERSION : " 3.5"
20
- MATPLOTLIB_VERSION : " 1.5"
19
+ CONDA_DEPENDENCIES : " matplotlib= 1.5 nose "
21
20
22
21
- PYTHON_VERSION : " 3.6"
23
- MATPLOTLIB_VERSION : " 2.0"
22
+ CONDA_DEPENDENCIES : " matplotlib= 2.0 nose "
24
23
25
24
platform :
26
25
-x64
You can’t perform that action at this time.
0 commit comments