We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afae17c commit ce7b2cfCopy full SHA for ce7b2cf
1 file changed
.travis.yml
@@ -2,7 +2,6 @@ dist: xenial
2
language: python
3
4
env:
5
- - PYTHON=3.5 BACKEND=agg
6
- PYTHON=3.6 BACKEND=agg
7
- PYTHON=3.7 BACKEND=agg
8
- PYTHON=3.8 BACKEND=agg
@@ -23,6 +22,7 @@ install:
23
22
- conda create -n testenv --yes pip python=$PYTHON matplotlib
24
# - 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
25
- source activate testenv
+ - conda install freetype=2.6.1
26
- pip install .[dev]
27
28
0 commit comments