Skip to content

Commit 67a2b90

Browse files
committed
give up on py3.8 grrr
1 parent 8111532 commit 67a2b90

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ env:
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

1111
before_install:
@@ -21,7 +21,8 @@ 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; 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

0 commit comments

Comments
 (0)