Skip to content

Commit 8111532

Browse files
committed
don't install matplotlib for py3.8?
1 parent c472dec commit 8111532

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
@@ -21,7 +21,7 @@ before_install:
2121
install:
2222
- conda update conda --yes
2323
- conda config --add channels conda-forge
24-
- if [ "$PYTHON" = "3.8" ]; then conda create -n testenv --yes --channel conda-forge/label/pre-3.8 pip python=$PYTHON matplotlib; else conda create -n testenv --yes pip python=$PYTHON matplotlib; fi
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
2525
- source activate testenv
2626
- pip install .[dev]
2727

0 commit comments

Comments
 (0)