Skip to content

Commit ce7b2cf

Browse files
committed
pin version of freetype...
1 parent afae17c commit ce7b2cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ dist: xenial
22
language: python
33

44
env:
5-
- PYTHON=3.5 BACKEND=agg
65
- PYTHON=3.6 BACKEND=agg
76
- PYTHON=3.7 BACKEND=agg
87
- PYTHON=3.8 BACKEND=agg
@@ -23,6 +22,7 @@ install:
2322
- conda create -n testenv --yes pip python=$PYTHON matplotlib
2423
# - if [ "$PYTHON" = "3.8" ]; then conda create -n testenv --yes --channel conda-forge/label/pre-3.8 pip python=$PYTHON; else conda create -n testenv --yes pip python=$PYTHON matplotlib; fi
2524
- source activate testenv
25+
- conda install freetype=2.6.1
2626
- pip install .[dev]
2727

2828

0 commit comments

Comments
 (0)