Skip to content

Commit 029df1d

Browse files
committed
pin version of freetype!!
1 parent d395b9a commit 029df1d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,9 @@ before_install:
1919
install:
2020
- conda update conda --yes
2121
- conda config --add channels conda-forge
22-
- conda create -n testenv --yes pip python=$PYTHON matplotlib
22+
- conda create -n testenv --yes pip python=$PYTHON matplotlib freetype=2.10
2323
# - 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
2424
- source activate testenv
25-
- conda install freetype=2.6.1
2625
- pip install .[dev]
2726

2827

0 commit comments

Comments
 (0)