Skip to content

Commit 2bd058d

Browse files
committed
Pin Matplotlib/freetype versions
1 parent dd91229 commit 2bd058d

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ os:
1010
env:
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

appveyor.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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

2524
platform:
2625
-x64

0 commit comments

Comments
 (0)