Skip to content

Commit

Permalink
give up on py3.8 grrr
Browse files Browse the repository at this point in the history
  • Loading branch information
josesho committed Oct 18, 2019
1 parent 8111532 commit 67a2b90
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ env:
- PYTHON=3.5 BACKEND=agg
- PYTHON=3.6 BACKEND=agg
- PYTHON=3.7 BACKEND=agg
- PYTHON=3.8 BACKEND=agg
# - PYTHON=3.8 BACKEND=agg


before_install:
Expand All @@ -21,7 +21,8 @@ before_install:
install:
- conda update conda --yes
- conda config --add channels conda-forge
- 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
- conda create -n testenv --yes pip python=$PYTHON matplotlib
# - 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
- source activate testenv
- pip install .[dev]

Expand Down

0 comments on commit 67a2b90

Please sign in to comment.