We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d395b9a commit 029df1dCopy full SHA for 029df1d
.travis.yml
@@ -19,10 +19,9 @@ before_install:
19
install:
20
- conda update conda --yes
21
- conda config --add channels conda-forge
22
- - conda create -n testenv --yes pip python=$PYTHON matplotlib
+ - conda create -n testenv --yes pip python=$PYTHON matplotlib freetype=2.10
23
# - 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
24
- source activate testenv
25
- - conda install freetype=2.6.1
26
- pip install .[dev]
27
28
0 commit comments