File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 55 - PYTHON=3.5 BACKEND=agg
66 - PYTHON=3.6 BACKEND=agg
77 - PYTHON=3.7 BACKEND=agg
8- - PYTHON=3.8 BACKEND=agg
8+ # - PYTHON=3.8 BACKEND=agg
99
1010
1111before_install :
@@ -21,7 +21,8 @@ before_install:
2121install :
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; else conda create -n testenv --yes pip python=$PYTHON matplotlib; fi
24+ - conda create -n testenv --yes pip python=$PYTHON matplotlib
25+ # - 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
2526 - source activate testenv
2627 - pip install .[dev]
2728
You can’t perform that action at this time.
0 commit comments